Remove Rows From Database ad
Hi All,
I have this:
Code: [Select]<?php
session_start();
include('../com
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of
Echo multiple lines of html code
Hi guys,
I would like to know if there is a way to echo multiple lines of html codes.
compile php5 with DOM
Hi,
I can't manage to compile php 5.3.0 from source on Windows to include DOM,
in spite of
Embed Video Problem
Hey, thanks for looking!
File to be embedded:
Code: <playlist version="1&q
Sufficient protection from bad input?
I am writing a simple script to let people upload 'pages' of their own content, be it simply a few b
Google voice
I currently have a form in html, but I want it in php so the information is not in the source code.<
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
phph within href not showing php if change ? to &
Code: [Select]<a href="<?php echo $puser; ?>?m=<?php=(($m-1)&l
Problem with PHP/mySQL login code
Hello,
There is an error in my login script and I can't figure out what it is...
I believe