SpiderPhp

Just another WordPress weblog

Posts Tagged ‘Through’

I have a PHP web site that I wrote. It uses Authorize.net to process payment. I want to start an affiliate program but I don’t know how… There are plenty of scripts, should I use one of these? If so, which one?
Should I build my own? If so, could someone direct me to a site to get started?

Basically, what I want to do is create a script that allows me to upload a file to my server, then take that file and print it out over a printer that I have connected to another computer on my network.
I’ve got the webserver already, I just need to know how to get the script running so I can do this from a remote location.

How To Encode Data To Pass Through Ajax To Php Server?

Posted Wednesday, October 7th, 2009
Tags: , , , , ,
Posted in Uncategorized | 3 Comments »

Hi, one small question here. How to encode data to pass through Ajax to PHP server?
I’ve tried with JavaScript function:
escape(encodeURI([variable)); but it can’t encode ‘+’ character

How To Store Some Data In Mysql Database Through Php Script?

Posted Friday, August 28th, 2009
Tags: , , , , , ,
Posted in Uncategorized | 4 Comments »

I have mysql installed in my system.I want to use it in php script. to store some html form inputs.

I am making a PHP script to send an email with information on the visitor.
In order to convert the IP address to the city/ country it is put through some other sites, but the only free ones do it via Javascript.
When I send it through mail( ) I get the ”….
What I want is the output of that script.
Is there anyway to dot this?
Sorry, I’m new to PHP, thanks.

How Do I Prevent Mails Sent Through Php Mail() From Going To Spam?

Posted Tuesday, June 16th, 2009
Tags: , , , , , , ,
Posted in Uncategorized | 4 Comments »

I am working on Linux OS. I am using PHP’s mail() funciton to send emails (sendmail process is running ). But all the mails are going to spam (in case of gmail). I have not checked for other mail clients. I have tried many tricks that I found on net but none is working. Please tell me about any sure shot trick.