Forum: PHP Jul 17th, 2006 |
| Replies: 3 Views: 1,192 I have already found out such software, if your needing me will give out you!
It will help you to build up PHP development environment quickly |
Forum: PHP Jul 14th, 2006 |
| Replies: 3 Views: 1,192 Quite good, but have never met, there is the Web address reference? |
Forum: PHP Jul 7th, 2006 |
| Replies: 2 Views: 5,144 yes it is easy
use javascript onclick function
do ti you can succeed! |
Forum: PHP Jul 5th, 2006 |
| Replies: 13 Views: 1,955 thanks ! zippee
my E-mail: shaocpa@hotmail.com szl200211cn@yahoo.com.cn
you can contact me by e-mail! |
Forum: PHP Jul 5th, 2006 |
| Replies: 6 Views: 2,945 thanks a lot noppid !!
i have resolved my question !
" Look up the super global $_FILES['xxx'] on php.net.
Your file and it's info are in it. Assuming your form is correct. "
your... |
Forum: PHP Jul 4th, 2006 |
| Replies: 13 Views: 1,955 thanks a lot puckdropper
i am sorry! you are right!
i already have started a new thread.
i only want to ask you this question at here,
can i have your MSN or E-mail ? i need your help! |
Forum: PHP Jul 3rd, 2006 |
| Replies: 13 Views: 1,955 HI puckdropper
my friend!
pls help me!
i want to have some code about upload images and stuff to databases
i write some code
when i test this code on my own computer,it is successful.... |
Forum: PHP Jul 3rd, 2006 |
| Replies: 6 Views: 2,945 thanks a lot
when i test this code on my own computer,it is successful.
but when i upload this code to special PHP space it is unsuccessful
why? are you have the same functional code?
... |
Forum: PHP Jun 28th, 2006 |
| Replies: 6 Views: 2,945 how deposit a picture to MYSQL database
below is the code :
<?php
$id=$_POST['id'];
$photo=$_POST['pic'];
if ($photo<>""){
$fp=fopen($photo,"r");
... |
Forum: PHP Jun 27th, 2006 |
| Replies: 13 Views: 1,955 thanks a lot Puckdropper
if i have oter question ,I will inquire you
My MSN: shaocpa@hotmail.com |
Forum: PHP Jun 23rd, 2006 |
| Replies: 13 Views: 1,955 Thanks a lot puckdropper
Your advice is very enlighten
Now I have one question
pls help me to solve the problem below is the code :
<?php
require ('dbconnect.php');... |
Forum: PHP Jun 22nd, 2006 |
| Replies: 5 Views: 1,782 redirect a page to another
I know three methods
1 : use header()
for example
<? header("location: $url"); ?>
2: use HTML <META>
for example
<meta http-equiv="refresh"... |
Forum: PHP Jun 22nd, 2006 |
| Replies: 13 Views: 1,955 Thanks PUckdropper !
I want to know the information about "online order manage system"
DO you clear about our meaning? |
Forum: PHP Jun 22nd, 2006 |
| Replies: 13 Views: 1,955 I have a friend ,she specialized manufacture and sale folk decoration ,
I am constructing a website for her
this website include: online order system ;member manag system; release news ETC
I... |
Forum: PHP Jun 22nd, 2006 |
| Replies: 13 Views: 1,955 I am writing a program about shopping center
Please give me some advice! |
Forum: PHP Jun 22nd, 2006 |
| Replies: 2 Views: 2,303 agree with "trafficman"
you must change a line from the php.ini file
------------------------------------------------------
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25... |
Forum: PHP Jun 21st, 2006 |
| Replies: 5 Views: 1,782 IM interested in PHP.I can solve your question
I think this is a question about "SESSION"
please write out your code |