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
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Session
I am having a little trouble with a session. Not sure if it is my browser or what. I know I do not
How to display random record from table?
I have the following code:
Code: <?php
$display_block .= "<input type=
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.<
Data type mismatch
Hi,
I am migrating data from algol to c.I mapped real datatype in algol to double datatype in
Can't find the problem (no error message)!
OK, here's the deal. This code is really weirdly formatted (sorry!) and hard to understand, so I'm g
Inserting a check in checkbox from array value
Hello all,
I have a bit of code that works for a select option box, but does not work for my chec
Spliting paragraph into sentences and attach in
Here is what I am trying to do
example: Para1[123.456.789!] 3 sentences
Para2
PHP mail() with images
I'm trying to get images to send along with my HTML e-mail sent through PHP mail(). I only tried vie