I'm a PHP learner. After an index.php page, the user goes to a login.php page. Both pages seem to be working.
After logging in with username, password, and a special code, the user is transferred to dbaccess.php, a page that will allow access to some data.
The problem is that no information seems to be transferring to the page. No username, etc.
I've got some PHP books and I'm sure I could research this problem, but I don't even know what it is called, so I don't know where to start. Thanks for any help to get me started
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
session checking in page load
hai all
Populate drop down list from table??
Lets say for arguments sake that i have a table which contains the numbers 1 to 10.How can i get a drop down list to pull these numbers from the table?So if i then added more numbers to the table then
Values disappear from my array :( HELP!
hey all, I have a lil mysql/php/apache script that queries a databaseand pulls put 5 integers.These 5 integers are then displayed in an HTML tableCode: [Select]<?php$i=0;global $Val_Store;while
Find current logon time
Hi,
DOMDocument
Hello All,I need to take an XML document, modify some of the nodes in it and then perform a selective reordering of a subset of nodes. The modification I have done without too much difficulty -
New to PHP and just trying to understand a little code.
I hope I'm not annoying anyone or breaking the rules but I was wondering about this bit of code right here: " <?php$people = Array(Array('name' => 'Kalle', 'salt' =>
Async WSAConnect failed on XP with error code = 2 ("File not found")
Hi all,
how can we add data from dynamic fields to mysql db in php
i have a script which i found on the internet. i modify that script according to my needs. what is in that script is there are three form fields with two buttons. one button is "Give me more
Display the user's weight lost in the past week
Hello everyone,I am working on a weight loss app for my site, and I want to display the user's weight lost in the past week, I have the current weight and the total weight lost today working great,