Upload file and add HTML
Hey everyone,
I have a client has meeting agendas and minutes that should be posted online. I
Help with looping
I have a comma separated list of colors taken from a database ($ICo) and a directory of images named
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
elseif help!
OK so I'm new to the site, as well as PHP altogether (Trying my hand at managing an online RPG) and
Quick variable question
hey guys/gals,
im trying to write a php script and it works fine as i have it, but i need to set
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However
Unexpected T_Variable ?
Hi all,
I dont really know what I am doing!! I know I'm doing something wrong, and I know its on
Need Successful Return
Hello I am currently working a form here, and I have everything figured out except when I click the
Looking for help on using joining mysql tables and php....
Does anyone have any good links to references on how to pull mysql data, through joining tables and
need help with this contact form
I made this form and I need it to read the data and write the data to a table and its not working ca
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
Please help understand this code
I noticed the index page on my site was modified this morning and found this code inserted at the bo
Print out contents of to Excel
I have got this script that gathers all the data that I need but I need it to send it to excel inste
preg_replace question
Hello!!
I hope someone can help me with preg_replace.
I load two tables from an extern
Calander Basic Spript help
hi, just starting out with PHP and have the following script:
<?php
//This gets t
do while conditions
i want to display 6 images in a 2x3 table
now what would be the correct logic to
count that th
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm
Strange cookie problem. setcookie dependant on where user was directed from?
Hello,
I have a website that sets a cookie when a user visits the website. The cookie holds a
Validating time
Hi Guys
what do you think of the following approach to validate a 24hour time:
http://
foreach iterator
Hi Guys
Does the foreach loop have an inbuilt iterator ?