Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested PHP Solutions: 5501 - 5525 of 6735
 
I have a database of zipcodes in US. It was dumped in mysql. I wondering to make a php script that can pull out these informations and display to users. User come to website >> Zipcode Sear...
I am trying to change from using cookies for login to usign sessions and I am having problems. Now my screen shows up blank. What should I be doing instead.
in PHP as people using PHP systems are probably most familiar with rewrite rules I have a rewrite rule that is only partially functional, please review and see if you can help me to correct...
Does anyone know any free and good php calender scripts? I just need a fairly straight forward calendar which displays the days of the month and allows each day to have a separate link. ...
i am trying to insert data into mysql i get Duplicate entry '109070' for key 1 what is that and how i fix it?
i need to learn object oriented concepts in php. so i need some good tutorials as well as samples. It can be basic &  advanced levels.
Hi guys sorry if this is an easy one. In my php code, id like to be able to find a really good and easy way to echo/print multiple lined comments. Any help greatly appreciated. Is there a...
What is the best method for copying only the structure (not the dat) of a Mysql db to another empty db. I'm using phpMyAdmin - 2.11.6 and I've tried utilizing the Copy To Method, i.e. copy ju...
I am trying to find images that match a criteria within a directory that has several 100k files without for looping since that will take forever. Ex. Need to find files with: 12345678 Fi...
Can you please look at http://familypetexpos.com/visitor_info.html and see the form at the bottom of the page. Can you tell me why when i click the "submit" button, nothing happens? Thanks
hello group, How can I read/traverse/search recursively an XML using SimpleXML? I have used SimpleXML but using foreach()  to loop through and since I read it recursively it has caused to h...
Hello, I'm after a very simple attachment script that can be added to a form which allows multiple files to be emailed  with the form when submitted. It must have a browse button which enabl...
What I am trying to do is pass a variable from to PHP to VBScript - is this possible ? I have a form and action it to a PHP page and pick up a form variable which is an email address ie <...
Hi. Ive created a drupal site with a page were the admin can upload file that should be able to be viewed and downloaded by visitors using upload. The problem is it shows the files uploaded in...
I want to install PhpBB to a webserver but am unsure how to set up a database for the forum. Do I download and install MySQL first? What is the easiest forum software package to install thts ...
Hello experts, me again, with the same problem. This codes move files that exist in the database. Folder Structur. Folder --> [output] Folder --> [numbers]          |-----> Fold...
I am writing a very simple mail() function to send a confirmation email. The end of line character '\n' that I insert into the email message does not break into the next line. Instead it print...
Ok now i solved one problem a new one pops up lol baboushka doll im getting these errors upon submission of the page. for as far as i can see everything looks fine. for as far as i can...
im trying to add keywords to my website items, however, im trying to setup the database properly and i'm stuck on what the best way to do this is. i have an advert table with all the content a...
I'm running Php 5.2.5, I am going to need to disable safe_mode to run a db backup script that will use mysqldump. I know that safe_mode is disabled as of Php 6.x; however, what is the conse...
Hi, I have a custom built control panel for streamers and it is up and running fine on several servers. However on my new server I keep getting errors: scupd 09/03/08-02:55:01: starting ...
Hello, how would I do a redirect if someone comes upon one of my pages that is part of a 3 form process and they did not do the previous steps? Let's say I have: form1.php form2.php form3...
I have made a simple php script that will read the contents of a text file and display it in my html code/page. (code attached). However, I want to modify this slightly, so that it only ...
Currently, I have the bg color manually set on line 53.  I would like it if I could set a variable at the top of my code and have that be equal to the bg color on line 1 (thus would make it ea...
I'm trying to output a Feedburner feed by using JavaScript or Flash on my site.  To do this it must look as though the feed is coming from my domain.  When trying to use PHP's file_get_content...