Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Wierd if else problem
Hi guys,
this probably aint wierd for you, but it seems like php is playin up to me. may b i
array & querys help/advice.
Ok so here goes , I have a mysql database and basically here's what I need to do.
// foreach
Question about GD library
I am trying to make an image that shows a random quote from my database.
However I want t
HOW to get the bind variables list.
I've the following problem : I've some SQL queries stored in my DB as VARCHAR2 values.
I need t
PHP5 - AJAX help
I've been following the tutorial on w2schools (http://www.w3schools.com/php/php_ajax_database.asp) a
date function help
i need help with date function
Code: [Select]<!DOCTYPE HTML PUBLIC "-//W3C//DTD H
Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe
convert PHP array to Javascript array
I have a page that gets a request sent from AJAX, and I am trying to convert a PHP array to a javasc
Echo-ing MySQL content and Keep Formatting?
I have data in my MySQL such as:
QuoteBlah blah
Blah blah
etc
but when i ech