Stopping page post back
I have few literal contriols in my page and a repeater too. But inspite of using update panel, postb
how to query data from website using VC?
I want to query some datum from a website,so I need a program to read data from a .csv file, and ass
problems with contact forms that are only protected against SQL injections
What could be a potential problem with contact forms that are only protected against SQL injections
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
2 decima places & How to reload my page
Hello There,
How do i put full-stop (.) after second figure from behind? ie if i have 123456
php email checker
I am having alot of trouble finding info on how to do these email things. I need to do the following
Referential Integrity problem when inserting into 2 tables at same time
Hello Everyone,
Im relativity new to PHP and MySQL and i have come up against a problem. i h
Undefined variable: adHTML
Hello:
While checking my site error logs, I've noticed one repetitive error that fills the lo
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u
Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe