error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Match stored value with the current value in a loop
Hello,
I have a MySQL db were I store articles in.
I have a form to fill these article
dynamic table with forms
I have a table that is populated with mysql data and in teh first column there is a raido button tha
replacements
I have a variable in my PHP script like
ASSFDDDDDDDDDDDDDASDDDDDDDDARYTRHKKHHHHHHHHHHH and p
How do i do multi uploads?.
Hey i would like to do this : http://hosting.mrkrabz.net/
I've got the base down you can uplo
problem with GROUP BY and ORDER BY
i usually use this query to display the last 10 entries from a sql table:
Code: $query = &quo
Coding Critique
I was hoping someone could take a second and look down my code and see if they see any problems with
Help with echo()
I'm having some problems with this code:
Code: echo '
<A HREF="jav
How to secure my login data to my database?
Hi there,
It may be a stupid question but I don't know how to secure my login data to my data
PHP XML extraction text
I would like to extract an xml text and have that text directly echo(print) out on my web page. Her