help with database debug pls
Parse error: syntax error, unexpected T_ELSE in /home/content/m/e/s/mesick/html/students/05/php/chec
How can I Compare two xml documents?
Hi all,
I am doing a POC for my project and I am using XE database 10g version.
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
Prevent PHP mail( ) from appending hostname to from address
Hey guys,
I want to be able to send texts to phones via email (since each phone has their own
Echoing a Variable from a Object
How do I get a variable from the new User Class to echo out in this clasS?
class MyApp
{
Need Help with a query
Hello,
For some reason I am just not getting the right answer when I do this query and not quite
Executing an exe
Hi. I have some bizarre problem with exec (other any other method) to launch exe's. I am making a ga
Php - mysql select?
hi, i have this code:
Code: <?php
session_start();
// dBase file
include &quo
Getting rid of quotes when printing data
Hi Guys, I use the filter_var FILTER_SANITIZE_STRING to filter the textarea input. The function esca
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am