| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Comments:
<0> look : everything is good when i try to save normal example $a="name"; $_POST["read"]=$a ; it works <1> troop: please prefix, did you answer me of danf_1979? <0> yes yes session_start is ok <0> ah <0> $_SESSION["read] = $a it works <0> sorry wrong writing <2> do you get the data from the form? can you echo it? echo $_POST["given"] data? <0> but if i try $_SESSION["hede"] = $_POST["uh"] ; doesnt work <1> and if you echo $_POST['uh']? <2> echo $_POST so you can see what they got... <1> danf_1979: An array, duh! <1> :) <2> ok, :) <0> no. i tried print_r($_SESSION); and result is Array ( [uh] => <0> variable name is ok but no data <2> can you pastebin the form?
<0> oki <0> you want to paste to here ? <2> in pastebin... <2> patebin.com <2> pastebin.com <0> oki <0> danf_1979 ok i pasted <2> ok <0> please help me :( <3> hey, how do i find out what type my instance of a cl*** is? <3> gettype just gives object.. <3> say, if i do: $myCl*** = new MyBooBooCl***(); i need a function to give MyBooBooCl*** when performing that function on $myCl*** <4> get_cl***, or something similar <4> http://www.php.net/get_cl*** <5> okay, i have a question too: i need to copy config files from the server (in /etc) to a home dir. Who knows a safe solution? <3> thanks <5> this with php of course <2> troop, can you echo $a? <4> Aap- copy() should work fine if the script has appropiate permission <2> or $_POST["isim"]; ? <0> wait <2> <td> <input name=isim></td> <2> this will do nothing... <5> yes but i get a permission denied, and of course i don't have rights to read the /etc dir <0> why <2> because is got no value <0> i will try <0> but what must i write to value ? <2> try something like this: <2> <input type='p***word' name='p***word' size='10' maxlength='50'></td> <2> <td colspan='2' align='center'><input type='submit' name='login' value='".LOGIN_03."'></td> <2> etc <2> <input name='isim'> is nothing <0> Array ( [name] => ) <0> bohuuuuu :(((( <2> is not a textarea, is not a text input, it's not anything... <0> <input type='p***word' name='p***word' size='10' maxlength='50'> <0> i will tried with it <2> you must define what type of input it will be <0> but result is again <0> Array ( [name] => ) <2> not just the name <0> yes <0> i changed to name ="isim" <2> you musto do something like: <input type='something' name='isim'> <0> look <0> i tried with it : <0> <input type=p***word name=isim maxlength=50> <6> hey <6> how can I give my script access rights of a specifed user? <0> but look: trigger is onsubmit ( for popup) <2> <input name="g_date" type="text" cl***="forms" size="15" /> <2> this is ok <2> g_date will have a value... <7> name: by calling it as a specific user? <0> i wll try <6> fumanchi: nah, I mean in mod_php <0> Array ( [name] => [g_date] => ) <2> Hey troup, you must execute the function... <2> And may I ask, why do you have that code in a function? <7> name: hmm... imho your scripts will always been called as httpd's user (www-data on debian based systems for example)
<0> because my friend wrote this site. and i can't change <7> name: i dont think its possible to change the user.. but i'll take a look <6> tnx fumanchi <8> I am building a web services mock-sort-of thiing. I'll have a wsdl file, and want to build a web service server out of it. is there a tool that automatically generates empty methods out of my wsdl file? <0> think it : there is a index page and there is a func.page <0> include to index. <2> I sugget you do it like this: <2> if (!isset($_POST["submit"])) { <2> echo "HTML" <2> } else { <2> // validate input <2> //process the form <2> } <0> include 'cl***.db.php'; <0> include 'inc.pages.php'; <0> include 'inc.pages2.php'; <0> include 'inc.pages3.php'; <0> include 'inc.pages4.php'; <0> include 'inc.pages5.php'; <0> include 'vars.php'; <0> like this.. <6> don't flood! <2> got it troop? <2> try to implement it as I showed you <0> i wll try <2> Then, after you validate... <2> process the form <2> and make a session_start(); <2> only then <9> Isnt there some kind of rfree REGEX generator? <8> gimmulf: to try out regexps? <9> hardwired: to create them <10> hi there <1> enygma: well, guess the problem is solved :) <0> comedy. <8> gimmulf: out of what> <11> guys.. I run a loop on domxml .. $doc->get_elements_by_tagname("House"); and then a for-loop over it and of course I perform a variety of actions in the loop <11> but my memory runs full completely <12> troop - it's in the channel rules that you should have read when coming in <8> gimmulf: for instance http://laurent.riesterer.free.fr/regexp/ helps with creating regexps <11> 360 MB gets filled up <11> is there any chance <9> hardwired: like this software, http://www.regexbuddy.com/screens/php.png ... but free <2> uhm, yesterday we were discussing somethin like that yereth <11> I can empty the memory that doesn't have to be uesd anymore? <11> danf_1979: so what was the conclusion? :) <2> maybe you should read them by chunks <9> hardwired: are you good at regexps? maybe you could help me with one <2> chunk, free memory, chunk, free memory, chunk, free memory <2> etc <11> er.. where do I find the archive? <2> eh? what archive? <8> gimmulf: yeah, the url I pasted is more or less like that <11> danf_1979: I have no clue how to free memory in php <8> gimmulf: ok, shoot <11> danf_1979: I mean the ##php archive <0> danf_1979 <2> unset($var) or clear_stat_cache <0> <select name="nereden" cl***="forms"> it is ok ? <11> unset is not enough I think <0> because , g_date runs but nereden doesnt run <11> danf_1979: if I overwrite variables, will it actually *clear* the old value? <2> you'll have tro try it <11> cause I reuse variable-names <2> check on clear_stat_cache() <11> I will <11> thanx for the help <2> ok <9> hardwired: i want to find $key when it has an [ less than 10 blankspaces to the left (can be digits or chars also before the [ and not just blankspaces and a ] less than 10 blankspaces to the right.. like: [ mswed $key as dd ] .. im currently using preg_match("/\[([a-zA-Z0-9] ){0,9}$key([a-zA-Z0-9]){0,9}\]/", $hand) but it doesnt work... <2> yereth, yes It will, unless it is an array and you use a different index <13> whats wrongwith this <13> $box2 = array("$bedrijfID", "$bedrijf_naam", "$bedrijf_straat", "$bedrijf_plaats"); <2> Why use quotes? <13> ifirst used ''
Return to
#php or Go to some related
logs:
css underline a:first-letter horde ERROR 2013 (HY000): Lost connection to MySQL server during query #php #suse #perl #php #osdev permedia II mplayer smarty for get_header
udev captive-ntfs ubuntu
|
|