Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top PHP Solutions: 1 - 25 of 1469
 
Ok, so I just installed Snow Leopard after having used Leopard. I'm using PHP to connect to a MySQL server elsewhere, which has worked fine with the built in PHP in Leopard, but in Snow Leopar...
Dear experts -                I have installed php 5.3.0 and PhpPgadmin-4.2.2. I created a sample test page for php and it workfine. But when I try to do http://localhost/phpPgAdmin-4...
i want the code of onmouseover on the image  and enlarge like the following url..(see as a example the effect of onmouseover) http://www.istockphoto.com/file_search.php?text=flower&action=f...
i want to create pdf pages via php. i find a library for that. http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf supports UTF-8 Unicode and Right-To-Left languages; ther...
I need to check if an EDI process in our system is running. If it ihas failed the LOG file will not change.  I want a simple code that will check if a file is older than 20 minutes and give an...
how to delete and add row using jquery my table have 2 color odd row = blue even row = green
I have some php that is outputting the data to a blank page. it works great, I would like to place the code inside my html page with <div> or something so the data can be viewed on a page simi...
Since, PHP's mail() function will not allow the use of a usernames/password combination, I began experimenting with PEAR. I installed PEAR on my Windows system I using c:\php5\go-pear To...
I NEW IN PHP I GOT ERROR Warning Warning: I am able to write to the configuration file: c:\Inetpub\vhosts\diamondforgood.com\httpdocs/includes/configure.php. This is a potential security ri...
Hi Experts, I have a form that uses a basic CAPTCHA to prevent spam. Everything works fine. Problem is, when the user inputs a wrong code, and then returns to the form to re-enter the corre...
I'm trying to add a bit of code to overlay a watermark and copy the original file to a new directory, the hard this is that I do not understand where to inject my watermarking code.. What's...
I am looking for a PHP function that will convert the standard MySQL datetime field format into the javascript date() format and then put it in a php Array called $listofdates. I have looked e...
Greetings. Does anyone know how to create an AJAX FTP upload bar with PHP? I would like to upload large files (100meg or bigger) using PHP's FTP libraries.... but I want to track the prog...
HI I pretend to start using PHP, during downloading appears a couple of versions (for IIS): Non Thread Safe and Thread Safe, which one should I use with windows XP? Thanks in advace.
how do i get selected item text for php not value. like <select id=select1"> <option value="hello">now</option> </select> $_POST["SELECT1"] only gives me the value not the text. please help
Hi all I was in process of writing a php code to connect to MSSQL database and get details out of there to show in my application, The MSSQL DBN contains a field with encrypted data and i hav...
Hi Experts Im trying to get PHP 5.2.11 working with Apache 2.2 but I am getting this error : PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\php\\ext\\php_oci8.dll' - The ...
want a auto jquery scroller. i searched from the net and found this link, http://jscroller.markusbordihn.de/example/ but the files are not complete given there to download.
Hi, I have Server 2008 with SP2, running IIS7 with PHP 5.2.8 as ISAPI module. First I was using FastCGI, but ISAPI is much, much faster. Now, every few hours IIS worker process crashes, ...
Hi I am trying to get the indentitiy back of the last inserted id, I am having issues installing the mssql extension and need an alternative without using the mssql built in functions. Can any...
I have very little Zen cart experience, but need to add an additional field in the checkout area for customers to add instructions and/or engraving text. This would be most useful if a tex...
I have created a search form, to display results (specified) in text fields. The function worked before, but I changed the navigation part. Now the code that I have isn't working. When I...
I like to have a php function which will convert indian rupee into words. for example, Rs. 10,45,346.50 to be converted as Rupees ten lakhs fourty five thousand three hundred and fourty six r...
Hi all, I have an issue with magento redirection,when creating new account or when login as customer. Sometimes it redirects to homepage(where products are displayed) or customer accoun...
ok what I am trying to accomplish using PHP script is go to a domain and get the list of all the url's on that page. I looked around the net and found this code which works but not exactly the...