Lining up columns nicely.
Hello everyone, I'm having problems with making columns line up properly. Here is my code:
use an array from 1 class in a second class
I have a class that adds data to an array
Then I have a second class and I need to check if t
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the following
Code: [Select]if((eregi(&q
Add 5 to a variable when a button is clicked, and re-run a for loop
So I'm making a feedback sort of section on a website with MySQL and PHP, I've gotten the script to
PHP time (deadline within one week)
I have a column ['projdue'], which stores the deadline for a project.
I have PHP code and <
Limiting uploaded file type
Hi. First post here
I am working on a simple upload script, and I need it to limit the allowed f
Why do I get this error
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a5488351/public_html/b
cURL Upload Help
OK, I am creating a bridge from a local program to my website and I am trying to find the best way t
Mail Script Problems
I have created a PHP mail script. I am having a problem though. In $body i am trying to put two va
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<