How do I use a global footer..?
If my index.php has a bole bunch of if functions and exit's in them
Php navigation
I have four buttons on a php page.
If i click a button it will redirect to different php pages.
MySQL noob question
hi guys
I have a simple mysql table set up, along the lines of
Col 1 - Col 2 - Date_l
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
Question about GD library
I am trying to make an image that shows a random quote from my database.
However I want t
j1inmis Ouput layout changes
Hi,
Can anybody tell how can j1inmis output layout can be changed so that vendor names ge
Is there a more efficient way to code this than what I have?
I have three associative arrays.
$combinedSettings
$userSettings
$defaultSettings
Breaking results into week blocks
I have a set of dates (and times), which are returned from a mySQL query.
These usually span
mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily My