mysql timestamp manipulation
How could I use a timestamp (e.g 2009-10-30 13:20:35 ), and with php find out if it is:
from
$get problem
Hi Guys ...
can you please tell me what i am doing wrong here
Code: <?php
losing variables between php brackets
Hi
have got this code:
Code: $id=mysql_result($result,0,"itemid");
$title=mys
Spliting paragraph into sentences and attach in
Here is what I am trying to do
example: Para1[123.456.789!] 3 sentences
Para2
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
mysq_num_rows
Hi,
I want to use:
Code: if(mysql_num_rows($ergebnis2)==2)
how can the value 2, be
Help with ORDER BY
Hello. I would like to order by ascending States, then Cities, then Gyms in the following code, but
need help with php get
i have a option box that gets filled with dates, but how do i get once the option value has been cli
Filename like the user name
I am creating a form and storing the values in file. Could anyone please tell me how to write a code
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my