Find current logon time
Hi,
in my sql script i want to query and find out the logon time of the current session.
<
Xml parsing
I need a suggestion about parsing xml with multiply parts like pervious...
i.e. different device
Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database usi
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
frames get header location..
i have two frames, one top, one bottom. how do i do a form on the bottom frame that gives me the ur
smart reading from a text file
Hello there fellow coders, i was wondering if one of you wouldnt mind helping me with this problem i
Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR
How to get variable value on next page
Hello friends
i am working on payentry page ..there i have this code.........
xml
<?php
echo "<h1>XML Articles</h1>";
$home
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now