insert quotes
Hi,
I have an output like this:
Code: john,18,Cancer
How can I change this to
Code:
Multidimensional Array into an Html table, help!
Hello all, I am new to HTML/PHP so any help would be great.
I have a multidimensional array f
Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a
How to search for several parameters from objects in a database?
I have a database with lots of information about objects.
Now I would like to search for 4 or 5 p
Help With Showing Users On the Index Page
Ive got this code which works just how i want it to.
Code: <?
$timenow=time();
Checking if a process is running (problems including psapi.dll i think...)
Ok, so all I'm trying to do is check if a program is running...
I've found out that I nee
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
Request-URI Too Large
I have created a simple submit form for a mysql database that puts a piece of code into database.<
Script not running properly
Hello Everyone
This is a basic script for posting to a database. I'm not sure why it doesn't work