Gantt Chart Tool
Does anyone know of a good free gantt chart creator tool
Thanks
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu
Error: SQL Syntax; Line 1
Code:
<?php require "global_settings.php"; ?>
<title&g
PL/SQL: ORA-00947: not enough values error message
Hi all i am getting Error(25,63): PL/SQL: ORA-00947: not enough values error message when executing
Email with Attachments in PHP
Hi Friends
How to send email in PHP with attachment.
I know simple mail can be sent with
Show specific day of the week
I have been racking my brain trying to get this function to work properly and it is doing so for eve
help finding hacking loopholes
i was attacked by a redirect php injection
my pc is clean of viruses
so i figure that
Remove Rows From Database ad
Hi All,
I have this:
Code: [Select]<?php
session_start();
include('../com
how can we add data from dynamic fields to mysql db in php
i have a script which i found on the internet. i modify that script according to my needs. what is i
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say