Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested PHP Solutions: 5276 - 5300 of 6735
 
I am trying to install a photo gallery and am having a little trouble. I followed all of the steps to install and customize directories. When I try to add photos (www.donnayoungstudios.com/gal...
I am doing examples from O'Reiily' Learning PHP 5 book. chapter 5  Excercise one ... I beelive I have copied the code exactly from the book but I am not getting the expected outcome ... ...
I have a billing detail if customer remove  order form stock i want to delete reccord  inorder table and i also want to increase stock in product table   I afread if it delete but not increase...
Hello, my web application uses several AJAX calls; I want to make sure that these calls are all coming from the website itself, and not from outside; I would therefore like to read the source ...
Hello group, I'm using fgetcsv() function to read from a csv file. Also, read the PHP documentation but yet not sure how to specify the 2nd argument. code: $data = fgetcsv($handler, 1...
Hi everyone hope u r well. I have the following php code that reads a folder of images and presents them in the corresponding div. This is the current output of the page.....As you can s...
Hi. I want a piece of code which will work on IE and Firefox which can detect I have Acrobat Reader installed or no. I tried lots code in net. None of them work properly on BOTH Internet...
Hello group, I just changed my php.ini on my server and want to apply the new configuration. Should I restart httpd daemon? or there is something I should do with php as well? Thanks.
When I run the code below, PHP said Fatal error: Call to undefined function: curl_init() in C:\Web Server\test.php on line 3 Why?
Hi Guys, I am having an issue trying to request XML POST data that is being sent to a file on our new server. The server is IIS7.0 running on Windows Server 2008. I have tried multiple wa...
Hi Experts, I am working on a website. I am using PHP, MYSQL 2005 server, IIS 6.0 and Win2K3. It is working fine earlier but from 2 days I can see only a blank page. After refreshing many...
I'm looking for a clever way to prompt a message on a login page to let users know their session has expired. Typically the login page should not display this, unless the users session has exp...
I have a php file that queries 5-6 tables in my db.    In one column it selects from the types table and says whatever the typeID is thats the type.  This type table has two fields, account...
David Sklar in the article PHP form handling proposes the solution: <form method="POST"  action="<?php echo $_SERVER['PHP_SELF']; ?>">  where the formhandling  PHP code is imbeded in the web ...
I have a php function that is required to compare two multi-dimensional arrays and then create a third array determined by the criteria of the other arrays. Please see below. Obviously have...
Hi I want to set all values in this post into an array, is that easy? foreach ($_POST as $var => $val) {   if ($var == 'action') {     $action = $val;   }        #### set array to be al...
I have a search engine script.  When a user enters a specific query... I will use "a query" as an example... I would like for the script to display a link suggestion another part of my website...
Hi, We moved server and our web forms no longer work. The PHP script still sends out the email but it sends out blank entries. My host changed PHP settings "register_globals = off" to "regi...
Hi all, I have two functions for encrypting and decrypting plaintext in a class of mine that I use. However, I keep getting errors from the following code and was wondering if anyone would ...
I am an environmental activist, and am creating a website that can be used (among other things) to publish the findings of environmental assessments. At the page http://www.speakingoftheotw...
I'm trying to send a mail message from my Windows XP (Pro) machine. I have IIS 5.1 installed and php 5.2.5. I found the php script below on EE and it seems like it's working (or at least doi...
Hi Experts, I am a php novice and I am trying to modify already written bulletin board php code. If I do this: <? echo $sitelink1 ?> this generates something like this: <a href="ww...
Hi, I'd like to extract a list of "available countries" from an array where are listed a lot of countries, once or several times $bighotels = mysql_query("SELECT name,country,region,city F...
I am trying to insert a new object into Active Directory. I am getting "Object Class Violation" error. What can be the reason?
I have a custom order form script that i have used on other Unix servers and it has always worked just fine.  Due to a server crash on a particular host, I moved to a shared Linux hosting serv...