Posts Tagged ‘php script’
How to find Geographical location for a particular IP address using PHP script?
Hi all,
I want to know how to find geographical location for a particular IP address using PHP script. I want to place adds in my developing site according to geographical location. Some body help me out.
How do you open a php file that was saved in notepad?
I found a simple php script that I wanted to run and I saved the php script in notepad and saved it as xxxx.php and all files……but …..what program do I need to use to open that file and run the script?
Thanks
Where can I download a free movie review PHP script?
Hi, I’m thinking of installing some movie review software on my server for reviewing movies I’ve watched, and allow other people to comment on the reviews or watch an embedded trailer, and perhaps vote on the movie via a star-rating system or scale (1-10) system. It should be in PHP and easily integrated on my web site. Anyone know of such a beast? Thanks!
How do I allow single quotes in a php script?
I’m using php scripting to send text data to a MySql database. Everything is working great but I am unable to use single quote’s in the text boxes. What statement needs to be made in my script?
I think I have to do something like this:
$string_escaped = addslashes(“string”);
How do I add this to my script?
How do I get a php script to run on a MySQL servor?
I have a mysql server up and running on my local machine, but I can’t seem to get a simple php script to execute on it. I thought I had php installed correctly. Is there some special folder I have to save the script in to make it work. I have it in my bin folder right now. Is there an easy way to know whether I have php installed correctly or not?
What is the best PHP script available for calendars?
What is the best PHP script available for calenders that allows anyone and everyone to post an upcoming event on it. Thanks!
How do I get my own error message on php?
I have a php script. There is a variable which gets bigger and bigger until I get an error. This error happens when I do something like $variable = $variable.$othervariable. I would like to know the values of $variable and $othervariable exactly in the moment I get the error. Is there a way to do this?
How to create a form that allows users to send a message and attach multiple files uploads. PHP action?
I need to create a form that allows visitors to my website to send me a message AND upload multiple files. I also need the PHP script to rename the uploaded files to reflect the uploader’s name. Thanks in advance for any help.
How can I execute a php script on a server?
I’m running on linux. My index.php is in /var/www/html which works because i can view it from a client browser, however it only displays stuff as html, not as php.
I’ve never used php before today so i may be missing something obvious. I assumed that the server should just execute the php. Seems like it’s not though. Any ideas?
Thanks!
Is there a php based script that will automatically translate a website according to the visitors IP?
Is there a php based script that will automatically translate a website according to the visitors IP address using Google Translator or better yet any other translator?