Results 1 to 18 of 18
Thread: Get Post PHP
Hybrid View
-
11th May 2007 10:42 #1Registered User
Join Date: May:2005
Location: Varna
Posts: 57
Get Post PHP
,
. PHP . POST, GET.
!
-
11th May 2007 11:45 #2
-
11th May 2007 12:12 #3Registered User
Join Date: May:2005
Location: Varna
Posts: 57
.
a.html , b.php .
, : a.php , , ? , a.html b.php. a.php->a.php .
(Get ,Post) ?
-
11th May 2007 12:22 #4
POST :
<form name="feedback" action="b.php" method="post">
...
</form>
- GET . : a.html PHP . b.php :
$name E-Mail - . .PHP Code:<?php
$name = $_POST['name'];
...
, , - .
www.plamea.bg
-
11th May 2007 14:08 #5
GET POST . '-' , RFC-,
.
, GET -, URL- . login ( plain ), .
URL , POST, - ( 8MB, ).
(a.php) , , ..
, - , submit , .
- , , , '' ..
, html . ( - : if (isset($_POST['btnSubmit'])) { ; }). - <input type="hidden" name="action" value="submit" /> ,
$action = "";
if (isset($_POST['action'])) $action = $_POST['action'];
$action, "submit", .
- getParameterDefault("action", ""), , isset(), "" (.. ), , .
- -
.
, , .. ..
.
-
11th May 2007 19:17 #6Registered User
Join Date: May:2005
Location: Varna
Posts: 57
!!!
-
12th May 2007 07:36 #7
" " , GET , ( ), POST - , , .
GET, . , , . Google GET , ( , URL- HTTP Referrer ).
, . , POST , .
POST .Internet - it doesn't make you stupid, it just makes your stupidity more accessible to others
-
12th May 2007 14:14 #8Registered User
Join Date: May:2005
Location: Varna
Posts: 57
, GET. !
Google-, .
include(xxxx.inc); , . xxxx.inc , MySQL. . include() inc , . inc
echo 'aaa'; , . include() - inc ?
include()
?
!Last edited by siv_82; 12th May 2007 at 14:20.
-
12th May 2007 14:55 #9
Last edited by tedych; 12th May 2007 at 15:02.
-
14th May 2007 18:48 #10Registered User
Join Date: May:2005
Location: Varna
Posts: 57
'tedych'!
, , , include(); *.inc.
- , .
-
14th May 2007 20:14 #11
.inc, - txt , php "server side"
- :
- include
*.inc.php
- class
*.class.php
..
-
16th May 2007 19:13 #12Registered User
Join Date: May:2005
Location: Varna
Posts: 57
. *.inc, ,
. !
. <select>- , , ... HTML, PHP. Java . <select> .
!
-
16th May 2007 19:59 #13
.inc - , , .php (. ). , ( IIS ), ISAPI/CGI , PHP ( , .inc).
<select> - , .
:
<form name=.... method="post">
<select name="myselect">
<option value="1">One</option>
<option value="2">Two</option>
</select>
:
$selected = $_POST['myselect'];
name=value , name = <select>-a, a value- value <option> , .
(Two),
$selected 2.
name , value - value , <input type="checkbox" name="mybox" value="1">
, name=value, $_POST['mybox'] 1. , (isset($_POST['mybox']) false), .. .
radio button, , , , name . .. <input type="radio" name="myradio"...> "myradio", , "myradio" value- .
$_POST['mybox'] 2, <radio name="myradio" value="2">.
.. .
-
25th May 2007 16:33 #14Registered User
Join Date: May:2005
Location: Varna
Posts: 57
,
, , ...
PHP, MySQL. ., OnMouseOver . , , , , . <a href..> , , "". , .
Java, , Java . "Back" , .
!
P.S. 'tedych' . !
-
25th May 2007 17:06 #15
rollOver:
<td colspan="2" align="left" onMouseOver="this.style.backgroundColor= '#00000;" onMouseOut="this.style.backgroundColor=' ';">
. Skype ICQ .
-
28th May 2007 17:54 #16Registered User
Join Date: May:2005
Location: Varna
Posts: 57
zOne! .
GET. GET .
: "", MySQL , GET, . 1000 . , " 1000" " 1000", , "page.php?name='$ime'". $ime ."Internal Server Error" . , browser-, "" , "%EA%E0".
, Apache-?
!
-
28th May 2007 18:12 #17->PHP Code:
$ = urlencode($);
!PHP Code:$ime = urlencode($ime);
-
29th May 2007 19:21 #18Registered User
Join Date: May:2005
Location: Varna
Posts: 57
z0ne:




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in