Problem in String replace program's output
Hi all,
I was trying to make a program which accepts a string and replaces it with another stri
Quick variable question
hey guys/gals,
im trying to write a php script and it works fine as i have it, but i need to set
quick question
Hi ..
i have a question
how do i set a var so it displays via an echo
Code: $logo = '&a
help, header() is not working!
Hello, I have this code:
<?php
/**
* @author samoi
* @copyright 200
array_map() probably obvious mistake
The code below is part of a class to escape strings, but should also accept an array, using array_ma
iterating through an array and escape each value independently.
I have a set up where the variable being escaped is an array and it needs to be iterated and escaped
Error in SQL Syntax HELP!!!
I have this page:
Code: <?php
session_start();
//connect to server and s
Install page
How do I make it so when a user submits information on the Install page, it'll right it into the cor
displaying email without attracting a ton of spam
Hello,
this is maybe the wrong place to ask.
How would you display an email address on a w
Create PHP table grid help, please
I have a MySQL database setup, now it's time for the table (gridview) design in php. Here's the prob