Posts Tagged ‘script php’
Anyone know of a zip code search script that works within a php/mysql results page?
I have a php script that delivers results according to category to a new page within my website (not live at this point, so I can’t show a sample).
I would like to place a header on this results page so the viewer can search by zip code only within the results of the category search. Is this possible? Can someone suggest where I might find one?
Thank you!
What do i have to configure to allow php to enable interpreting "<?" as the beginning of the script?
I am running php 5.3 in archlinux.
Can you help me to write a php script that can turn your web page into editable?
I am trying to write a script (preferably php) that can make my web page into editable page. I got stuck, and now I am online and ask for help.
How can you port a wordpress plugin to a php web app?
How can you port a wordpress plugin to a php web app? Basically, I want to use a wordpress plugin WITHOUT having wordpress installed. Note this would still be a web script like in php form, etc. Any ideas or programs out there? Thanks =)
How do I program in php to interact with my sql database to export the data to a new excel spreadsheet?
I have a MySql Database and I am looking for a good easy to understand script in php that will interact with my Database and pull the information to a new Microsoft Excel file.
Please attach any good links you know of. 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 to reduce the memory my image modification script in php uses?
I created a script that reduces the size of an image and another to watermark images with PHP. The code runs fine on my testing server, but when I upload it to my web host (UK2) they have a 8MB memory limit. I’m not really sure if I will have to work around this and cut it out of my CMS or whether there is anything that can be done to help?
thanks!
How can i download a file by opening multiple connections to the server using PHP?
im writing a script to download a file using php and curl. but downloading is just too slow, i want to open multiple connections to the server and download the file (hence accelerate the download). how can i do this ?