i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
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
Redirecting Admin
In my members table, I have a field called "perm" and it's set to zero for all members. Ho
Adding Outlook 2007 items via file upload
I am looking for a way to be able to attach an Outlook item (an email message) in an ASP.NET 3.5 app
Multipe Dynamic Controls & AutoPostback Issue
I currently have a need to create many dynamic controls (Example Textboxes) that need to do a PostBa
Simple PHP/Java Help..
Hi,
I'm trying to build a little program to do with calculating postage. Unfortunately i haven't
insert PHP code into function
Hi,
I'm having problems when trying following:
I have:
Code: [Select]createBar("Do
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w
Odd or Even
Inside of a while loop I need to echo several rows of info...easy enough.
In the loop (for th
php unable to sent email
Hi, guys, I try to send a email through php but unfortunately the mail unable to sent. Here is my co