Search found 19 matches
- Mon May 17, 2004 7:38 pm
- Forum: PHP - Code
- Topic: createimage in folder
- Replies: 1
- Views: 197
createimage in folder
Hi folks. I have here one script that generate thumbnails.. but it did in the root folder, but i want that it take a original image in a folder called "img" and save the thumb file that it will create in folder called "thumbs" .. I am trying do that, but is not working HELP PLEAS...
- Tue May 27, 2003 8:39 am
- Forum: Javascript
- Topic: Anyone Know one super forum of Javascript
- Replies: 3
- Views: 1796
Anyone Know one super forum of Javascript
Hi guys.
I am having a little problens with javascript, do anyone a good forum for that????
I am having a little problens with javascript, do anyone a good forum for that????
- Sun Apr 13, 2003 4:48 pm
- Forum: PHP - Code
- Topic: Can anyone tellme why this simple code don´t work
- Replies: 2
- Views: 403
Can anyone tellme why this simple code don´t work
Send data to another page; this is the form: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body> <form action="http://localhost/script.php" method="GET"> <select name="Team" size="2"> <o...
- Sun Apr 13, 2003 10:15 am
- Forum: PHP - Code
- Topic: Problens with GET
- Replies: 1
- Views: 294
Problens with GET
Hi everyone. I am novice in Php. I installed easyphp in my computer, for see my php pages. So i try pass information to one page to another with GET.. Didn´t work... I do now why, Maybe wrong code or the apache form this software is broken, i do know... Look my code send.html <!DOCTYPE HTML PUBLIC &...
- Mon Apr 07, 2003 3:43 pm
- Forum: PHP - Code
- Topic: Personal server that run XML, PHP and mySQL
- Replies: 13
- Views: 1134
Personal server that run XML, PHP and mySQL
Hi, I am looking for a free softwate, like the Personal Web Server from microsoft, but one that support XML, PHP and mySQL.
Must run in windows 98... It exist???
I only need this for test my flash movie that interactive with this tecnology.
Thanks
Must run in windows 98... It exist???
I only need this for test my flash movie that interactive with this tecnology.
Thanks
- Fri Feb 28, 2003 10:38 am
- Forum: PHP - Code
- Topic: Problens with the server
- Replies: 5
- Views: 590
Problens with the server
Hi folks, look my bizarre problem
When I have php files in the root of my server, they work well, but when I put then in one folder, they don't work, the browser doesn't find then.
WHY

When I have php files in the root of my server, they work well, but when I put then in one folder, they don't work, the browser doesn't find then.
WHY
- Thu Feb 27, 2003 11:14 am
- Forum: PHP - Code
- Topic: Login problem
- Replies: 1
- Views: 601
Login problem
THE IDEIA: Hi everyone... Its is the problem.. I do a check in php, that build a session if the check is ok it build a session that build a variable 'validate' with value 1, and then redirect to another page called alvo.php.. In this php file it check it have this variable in session and if his valu...
- Thu Feb 27, 2003 10:25 am
- Forum: PHP - Code
- Topic: Problems with session
- Replies: 5
- Views: 825
Just a little problem
Now it is working.. just have a small problem.... In the first time that I send my name and password to the check.php, he process ok, with no problem, and redirect to the alvo.php... But redirect to the error page, but if i came back to the page to send again my name and password, works well..... Wo...
- Thu Feb 27, 2003 8:09 am
- Forum: PHP - Code
- Topic: Problems with session
- Replies: 5
- Views: 825
I still don't working
I allready put the session_start(); in the top of alvo.php...but still don't working
Code: Select all
<?php
if(!isset($_SESSIONї'validate']) && $_SESSIONї'validate']!=1){
header("Location: http://www.niagara.com.br/");
}
?>- Thu Feb 27, 2003 7:44 am
- Forum: PHP - Code
- Topic: Problems with session
- Replies: 5
- Views: 825
Problems with session
THE IDEIA: Hi everyone... Its is the problem.. I do a check in php, that build a session if the check is ok it build a session that build a variable 'validate' with value 1, and then redirect to another page called alvo.php.. In this php file it check it have this variable in session and if his val...
- Wed Feb 26, 2003 2:30 pm
- Forum: PHP - Code
- Topic: I it still don't working
- Replies: 1
- Views: 299
I it still don't working
<?php $login = 'marcelo'; $senha = 'olandim'; if ($_POST['name']==$login & $_POST['password']==$senha){ SESSION_start(); $_SESSION['validate'] = 1; header ("location: http://tange.com.br/alvo.php"); exit } else { header ("location: http://tange.com.br/denovo.html"); exit } ?...
- Wed Feb 26, 2003 1:58 pm
- Forum: PHP - Code
- Topic: Why this don't work
- Replies: 1
- Views: 278
Why this don't work
<?php $name2 = 'marcelo' $pass2 = 'olandim' if ($_POST['name'] == $name2 & $_POST['pass'] == $pass2){ SESSION_start(); $_SESSION['validate'] = 1; header ("location: http://tange.com.br/teste.php"); exit } else{ header ("location: http://tange.com.br/denovo.html"); exit ?> Gi...
- Wed Feb 26, 2003 1:27 pm
- Forum: PHP - Code
- Topic: Little problens with session
- Replies: 2
- Views: 313
Thanks I will try now
Very thanks...

- Wed Feb 26, 2003 11:55 am
- Forum: PHP - Code
- Topic: Little problens with session
- Replies: 2
- Views: 313
Little problens with session
Hi everyone... The ideia: One html form send two variables that the user have writed. 'name' and 'pass', to a file called check.php. In this check php, it build another two variables, one called 'name2' and another 'pass2'... after that, the script compare the values of the variables that the user s...
- Mon Feb 24, 2003 2:48 pm
- Forum: PHP - Code
- Topic: redirect for one url
- Replies: 1
- Views: 412
redirect for one url
Hi, I want do a script that have a conditional , and if true send the user to one url..... HOW i do that ??? a rediretc...