Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Multiple while loops
I have several DB queries that I know should be returning results and aren't. I have a feeling it ha
Get content from table into a list, without repeating.
Alright this is kinda an odd thing, so I need some help.
I have a table "quote" wit
some questions
Hello,
I am looking for the answers for following questions:
1) Does PHP support overl
Securing a user input - need some confirmation
Hello All,
I am in the process of recoding a large proportion of an e-commerce site, one of t
What's best way to get a user's Word doc converted to simple html and images?
Hi all,
I was just wondering if anybody has any experience of this.
Basically, I'm buildin
Attempt to assign property of non-object in...
I'm having issues with the following function in PHP 5...
function getTreeWithChildre
how to read and write into a word document using php...?
hi,
I need,reading and writting into a word document using php.
Thank u inadva
PHP - MySQL Fail
My PHP code will only execute the first part of my code...
Code: <?php
sessio
My query is being run with no results.
I have this.
Code: function DropUser($duser_id, $user_email, $user_username) {