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.
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
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.
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.