What's wrong with my code
sobbing for many days, still don't know why please Help. Why my page isn't posted correctly. In a
HTML Email rec'd as Source Code
The code does create and send the email successfully. However, the message shows as html code and n
Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
Linkage between two scripts
Okay say I have this for a link in a script:
Code: <li><a href="#&q
How can I get my program to read a larger array ??
Hi:
I have this program that reads from an array to do calculations. The array are just t
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
that old Malformed Headers problem again!!!!! HELP!!!!!!
I've read the http://www.phpfreaks.com/forums/index.php/topic,37442.0.html
I don't think my c
Beginner PHP code help
Hi I'm new to php but if someone could please read the question below and help it would be great.
socket makes browser hang...
I have a socket server, and I am having a problem at the moment...
A browser sends a http hea
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)