foreach result into a single variable
Hi,
I have this code...
Code: [Select]foreach ($_POST['Interests'] as $interest =&
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
SESSION question
I am building an application , a directory for auctions.
For SEO i made a script which copies a p
Is there something wrong?
Hi all,
Just a quick question... can someone look at this code and see if something is wrong?
DateObject and Nulls
Hi all,
I have an array mapped to a value object. One of the items in the array is a PHP Date
serializing objects - loses methods - the point being?
Hi
I know that serializing an object will lose the methods. But whats the point in that? What
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Form a inline view based on the results of the previous query?
Hi Experts,
Can we form a inline view on the results of a previous query (another inline view)?
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
C problem struct and string
Hi guys,
This is my first post and I'm hoping the experts here can help me solve my problem.<