paginate search result
Hi, I have a paginations script to display data from my database but i would like to paginate someon
Why is the logic of this simple code not working?
Hey, I'm trying to determine if a table already exists in mysql, but doing a query first with mysql_
php + mysql count consecutive data
I have a database of values and I want to work out how to display them if the values match a consecu
Storing Values taken from a DB...
Using this code it will generate a short list from my database
<?php
mysql_connect
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php
Format timestamp from mysql
When I tried this:
Code: date("m/d/Y H:i A", $row['timestamp'])
I got 12/31/1969 18:
Multiple server callbacks (NOT POSTBACKS)
Hello,
I have 2 different javascript client side functions that are on timers. When the timers elap
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
how to read and write into a word document using php...?
hi,
I need,reading and writting into a word document using php.
Thank u inadva
how to get values from $_Post with onchange="form.submit();"?
Hi, I have a form that submit to itself with a file upload field and two other hidden field values.<