finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
image upload script not working with png
The basic process of this php code is to take the submitted file, convert it to a small JPG thumbnai
Multi-user card game
I'm writing a batch of games and such. Lottery is finished, Poker,blackjack,etc are next. They will
What are causes of a connection-timeout with fopen()?
Hello! Here is the situation: The server I host my website on just upgraded it's PHP build from 4.4.
Grouping and sorting results
Please help with this query.
I have 2 tables in a database, countires and cities. states look
Odd or Even
Inside of a while loop I need to echo several rows of info...easy enough.
In the loop (for th
TinyMCE / Ajax Postback Problem
Hiya all,
I have a page which loads the TinyMCE editor. On the postback I obviously want to f
Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR
mysql VARCHAR acting like INT
Hi, All.
I have a table that contains a varchar(10) column named weird_field. In this column
Extract specific information from a PHP Multidimensional Array
Howdy! I've racked my brain over this for 24 hours now. I think it's time I asked for help. I'm lear