Search results

  1. H

    PHP:extend url with second form

    ok, thanks, i will try! i think i can do that on my own now. -close
  2. H

    PHP:extend url with second form

    well it is the same problem with post data... i found a solution where they put the get data into a hidden field. this was very useful for me. i could allready use this for linking back to the last page after deleting an entry, that has the advantage of a reload of the page. -- example...
  3. H

    PHP:extend url with second form

    i know! and better would be var_dump();... but: i don't know where to put it! like i said, i tried it in <form method="get" action="<? echo $_SERVER["REQUEST_URI"] ?>">, it doesn't work. it replaces the old get information and doesn't add it at the end.
  4. H

    PHP:extend url with second form

    ok, the problem: i allready sent get data to the url. url looks like this: http://127.0.0.1/mypage/index.php?whatNext=manageContacts&action=Best%C3%A4tigen now, i have a second form that should also use get and not post! it should add this: &find=company&findThis=a&findSubmit=Suchen but...
  5. H

    apache offline 2nd day

    i guess this should be reported because there is no thread open about this and maybe you guys still don't realized that there are troubles. exim is also offline, but i don't even know what that is so i don't worry about that... am i the only one or does anynoe else has troubles? Edit: k, online...
  6. H

    Php Login problem

    ok, well if you need it and don't want to spend time in learning it, the marketplace is the right adress... if you changed your mind you can post what exactly doesn't work... PS: you can close it by yourself: press reply and before pressing the "submit reply" button you can make the checkbox...
  7. H

    mail()-don't work (intermediate)

    well... i want to send html mails, but some mailing services like inode.at block the html content automatically and this script does the following in this case: it automatically strips the tags and transforms the <br/>s into \n thats why there are text/html and text/plain in the code... Edit...
  8. H

    mail()-don't work (intermediate)

    hi corey... well i got this little script working... i didn't really changed anything but it suddenly worked. the problem is, i need the script i posted here: http://forums.x10hosting.com/programming-help/76395-php-mail-func-encoding-problem.html#post428040 because if the receiver can't access...
  9. H

    Php Login problem

    you don't really need cookies as far as i understood your problem (cookies are a bit unsafe)... in my script you can login and the login is remembered for a day or so... you write a form with username and password and on top of the code after <? you put this: (Request is like get or post, it...
  10. H

    Utf-8 encoded PHP-mail (!subject umlauts problem!)

    well... suddenly this works too... but i still have the problem with the longer script... header: $headers .= 'From: '.$SenderName.' <'.$SenderMail.'>'.$eol; $headers .= "Message-ID: <".$Momentn."@".$Servername.">".$eol; $headers .= 'Date: '.date("r").$eol...
  11. H

    mail()-don't work (intermediate)

    sorry to be such a nagger... After i finally became an upgrade after 4 days of waiting... (thanks again to "christopher"->senior account manager!) uploads work fine now but the mailing function still doesn't... i use this script i posted by myself and used quite often...
  12. H

    php upgrad pending(since 4 days)

    "You currently have this version" man, thank you soooo much! i close now...
  13. H

    php upgrad pending(since 4 days)

    i had basic and i will hopefully get Intermediate that's the message: Your application for PHP v was accepted and your account is pending a PHP version upgrade.
  14. H

    php upgrad pending(since 4 days)

    first of all i don't know the meaning of the word pending... i looked it up, but it doesn't really makes sense to me! well 4 days now that i got the acception for the upgrade... nothing changed since that! is that normal? i don't know much about the size of php but i guess that would take a view...
  15. H

    Updates on the Updates

    3 days ago i got the acception for the php upgrade, but nothing changed until today and now that: Apache HTTPOffline MySQLOffline EximOffline cPanelOffline FTPOffline everything is offline...
  16. H

    Speed Up Firefox. Really Works!

    awsome, i have a site that usally takes 2-3 minutes to load and this made it in about a half... how cool!!! PS: no, cant tell ya the site because it's login required!
  17. H

    mail() has been disabled for security reasons

    yeah, just got the acception for the upgrade! funny that it worked before... well, just wondering how to get the "Advanced PHP Configuration". They told me that it is not for new members... well for now i'm fine!
  18. H

    mail() has been disabled for security reasons

    whats about this new message when you start mail() function: mail() has been disabled for security reasons is this only temporary because of the updates or why isn't it available anymore???:rant2: If you guys plan to disable it forever, is there another way to use it? like over a mailing smtp...
  19. H

    php mail func. encoding problem

    i already sent hunderts of test mails ;) my only problem until now was the encoding(umlauts etc.)... but few minutes before, this also changed (watch this: http://forums.x10hosting.com/free-hosting/76903-mail-has-been-disabled-security-reasons.html) thanks for your reply
  20. H

    what OS

    depends on what you are looking for. some guy before said vista... that depends on how old the pc is! my pc for example says designed for xp and vista capable but thats just a joke i think. i get bluescreens approximately every hour. but vista is really best for games, especially for DX10. if it...
Top