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.

 
Top PHP Solutions: 126 - 150 of 1633
 
Hello there, I loaded URL content into a string via curl. Now I would like to retrieve some data from it, this is the part of the HTML which interest me: [...] <th colspan="2" bgcolor...
lets say this is the table that i have x ---- y 1 --- a 2 ---- b 3 --- c i want to get c how? and if i want to get the first row how can i do that?
I am trying to email a form with multiple checkbox values via PHP. I have a form page and a processor page. I have tried numerous methods from Google searches, but I always get an 'Array' valu...
Hello, I was able to get some help on another question, but I need each db record (id,name,price,etc) to display in it's own div.  Right now all the records from each column are store in a ...
Hi, all, I tried this question yesterday but got no response, so I'll try to explain the question more clearly. On Zen Cart admin, I have some products that I'm adding attributes to. The attri...
How do I create a php contact form in flash cs3 name, email, subject, comment this is the site genie-vision.net  and go to mail us the form is alredy set up but the action script is not and th...
my build of php does not have the lcfirst() function so how can I lower case the first letter of a sentence please? I also need to remove all the spaces: Example : "This Is My Name" shou...
I have a database containing computer components. When i select a value from the 'components' select box, i want to display the highest id number in the box 'id'. This way i can prevent doubl...
I've pored over the php.net manual in search to understand regular expressions but to no avail. My goal is to obtain a 3 different regex. Here are the criteria: 1) the username regex:    O...
Hi, I want to pass a variable ($FirstName) from my member form (http://www.adhd.org.sa/joinus.php) to the confirmation page (http://www.adhd.org.sa/memberconfirm.php). I use javascript's wi...
Hi, I am running "Simple Machines Forum" and want to enable it to allow attachments of large files in posts. It seems to be session timing out at 24 minutes which is 1440sec. I notice...
I'm trying to do something similar to this: http://www.experts-exchange.com/Web/Web_Languages/PHP/Q_20781687.html I want one login page, on our main website (which is asp.net) that posts u...
Is it possible (using a scripting language like asp or php) to copy a file from one web server to another? Of course I am assuming that I have the permission to be at the appropriate direct...
I develop a system using php. I use session and cookies to create login area. The problem is user can simply press back button after logout to re-enter the system. Any way if they refresh I ca...
How to configure my php in order to use mb_strlen in PHP 5? I got this error....when I use mb_strlen, but I already uncommented the extension=php_mbstring.dll in the php.ini file. Fatal ...
I am trying to get the selected value from a mysql php dynamic array.  I have gotten the array dumped as a select box, but my foreach $selected part isn't working. here's what I have so far: ...
Ive got a form with a textarea form on it, when I put a hard caridge return in (new line) and pass it to my form handling page all my caridge returns are missing, its just one line! I need ...
Hi guys hope u r all well. Guys I have a php page that currently has 2 combo boxes. They both currently get populated via a mysql query, but both dont "talk" to each other so to speak. Th...
Take 95.65 and round to 100 Take 95.45 and round to 95 So, need function round input $amount to closest dollar.
I want to create an object array in php. is it possible to have $user[1] , $user[2], etc. If yes please provide some samples.
i m reading html ..for a yahoo page..can u tell me why all html is not reading ? also if i used a parked free webpage ..it return nothing ?? why ?? try this http://www.hostbourse.com/
i installed xampp on Windows XP (php version 5.2.6 ) and then development studio 6.1.0. the problem is that when debugging PHP Web page id does not stop on breakpoints. here is my .metad...
a simple php script that would print to the screen the current time in HH:MM format in UTC-4 time zone regardless of the time zone of the server I wouldn't want to change the server's time...
Hi I am sending a form with some array fields, each form has 6 possible entries (see img) to a php processor (code below). Here I want to be able to remove any array values that have no...
Hi guys, Im having some issues with my php session variables and was wondering if there is a way to print out all the session variables that have been set, maybe with a foreach loop or some...