@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8



Comments:

<0> its comment
<0> yes
<1> in php you gotto give "/*" if it's a comment
<0> ok
<1> or just //
<0> ok ok
<0> m new to this thts y i dont know much abt tht
<0> its my learning period
<0> wht u people suggest?
<1> suggest you about what ?
<1> is there any error more ?
<0> nopes
<0> actually i want to do "when login pwd verified it will be redirected to index page"
<1> @header
<2> (PHP 3, PHP 4, PHP 5)
<2> void header ( string string [, bool replace [, int http_response_code]] )



<2> Send a raw HTTP header
<2> http://www.php.net/header
<0> ok
<0> n wht abt tht error?
<0> necrose u there?
<1> Ahsan`, what error ?
<0> dear which i pasted on tht site?
<0> :(
<1> could you give me your messege error ?
<3> necrose, boleh pv bentar ?
<1> qolbu, boleh aja
<1> Ahsan`, just paste your messege error !
<0> :((
<1> is it hard to paste your error here ?
<0> dear the code which pasted earlier on pastebin
<1> yeah.. i know
<0> thts code giving me error invalid username pwd
<0> thn wht u suggest whre is the error ?
<1> is it message appear "Unable to Process Query" or "Invalid User Name or P***owrd or branch not matched" ?
<0> "Invalid User Name or P***owrd or branch not matched" ?
<0> this
<1> btw.. have you made the input form ?
<0> its login.php form
<0> wait i paste tht on
<0> http://dalphp.shoggoth.net/pastebin_view.php?736
<0> necrose chk this
<0> this is login.php page after clicking this its refers to loginchk.php page
<1> onSubmit="return blank();" << could you explain it what for ?
<0> its nothing
<1> try delete ?
<0> ok
<1> is it work now ?
<0> nopes
<0> same error
<1> herm...
<0> ?
<1> would you like add this command "echo $sql;" below of $sql =
<0> ok
<1> on loginchk.php page
<0> i think query not working
<0> nothing happened
<1> $sql="select * from login where loginname='$login' and p***word='$p***owrd' and branch='$branch';"; << after this line add "echo $sql" and let me see what message appear ?
<0> i add but same username pwd msg only
<0> nothing more appearing
<0> :(
<0> hi every one
<0> any body there who ill desing one page in php for me
<0> ?
<4> i'll do it
<4> for a price
<0> how much?
<4> it depends of the page
<5> one BILLION dollars
<4> how much are you going to get from that page?
<0> its my own project dear
<0> its my graduation project
<4> so... you want me to do your graduation project so you can appear aaas having skill?
<0> no just this page dear
<0> not complete project
<4> meesa does nothing without profit



<0> :(
<0> plz help me out
<0> plz
<4> no... no pay, no code
<0> ok
<0> any one else there who can help me
<6> forms that use an image to submit don't work with ie...anyone know why?
<7> hello ^^
<8> for <input type="image" name="foo" ... /> you would test isset($_POST['foo.x']) rather than just $_POST['foo']...
<7> i have a little question
<8> since the coordinates where clicked are sent
<6> two-bits: it works in ff though
<8> url and pastebin the code?
<7> i'm usgin GET method in a link: <a target=\"mainFrame\" href=\"droite.php?promo=FI1\">
<7> using*
<6> two-bits: me?
<8> yes you
<7> is it possible to put just the variable in the href section and delete the page "droite.ph" ?
<8> Djanov: not really. for what purpose?
<7> because during the echo of the result it's using "droite.php"'s page properties
<7> and i don't want it
<8> Djanov: i dont follow
<7> href=\"droite.php?promo=FI1\"
<7> my variable "promo" is been threaded in a php code then it give the result in an echo
<8> it's being done BY the droite.php script
<6> http://pastebin.com/571939
<7> but the echo result is in the page "droite.php"
<8> that "variable" does nothing unless a script makes use of it
<7> this variable does something because i have a script which include a php page if the variable is not empty
<7> do you follow me ?
<8> the script being executed, in this case droite.php, is the script that one way or another is making use of that variable
<8> period
<8> just because other scripts can ALSO make use of that variable doesn't change the fact that the variable itself is doing nothing
<7> no no
<7> the droite.php is my problem
<8> then fix it
<7> it's my right index page
<8> i dont care
<7> there is a background image on
<7> for example a red heart, do you folow me
<6> lawl...a background image?
<6> <3
<7> href=\"droite.php?promo=FI1\" is it possible to do : href=\"?promo=FI1\"
<8> fedt: regardless of your script working in FF, it's not how they work
<6> ok, but would it fix it in ie just by changing that the isset to $POST[image.x]?
<8> yes, but you're not going to be able to get the value attribute. it's never sent
<8> and of course you'll need to quote your key and use the right array name
<7> so i have to put a php page before ?promo=FI1 ?
<8> Djanov: if you omit the script name it's just going to use the url it's already on
<6> ok...i just read ff looks like the only browser which sen a value for images. so should i use an <a> tag and put the imgae in that?
<8> fedt: you could do that, yes. also, you really need to put quotes around your array keys
<8> $msg[touser] is wrong
<8> $msg['touser'] or $msg["touser"] is right
<6> ok, i'll fix that
<7> please help me
<8> Djanov: i've told you what WILL happen, and what WONT happen. there's not much more i can do for you
<8> Djanov: further more, i doubt you even wrote that code. which is all the more reason to cut you off
<7> is it just possible to put a link just with a variable name then ?
<8> it is possible to have a link who's sole href is a querystring, but it will merely link to the SAME script, just with the new querystring
<8> if inside foo.php i have <a href="?boobs=yesplz">Clk 4 b00b5!11</a> and i click on it, i'll end up on foo.php?boobs=yesplz
<7> you don't understand my problem
<6> two-bits: how do you use an <a> tag while still using post?
<8> fedt: you dont
<8> at best, you'd have to use javascript to submit the form
<6> i thought that
<7> <a target=\"mainFrame\" href=\"droite.php?promo=FI1\">
<7> the target is mainframe here
<8> it doesn't matter what the target it
<8> is*
<7> and the result will be in that page : droite.php
<6> if (isset($_GET['promo'])) { echo $_GET['promo']; }
<6> that's all
<8> fedt: i think it's a bit obvious that the scripts are probably pulling information from a data source


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

#usa
gtuiop
#chat-world
#kl
#allnitecafe
woh lamhey , woh raatien
#linux
ubuntu ATM settings for the PVC
#india
#kl



Home  |  disclaimer  |  contact  |  submit quotes