Hello,
I'm looking form some input on the following problem.
User loads page -> page loads values from database and inputs them in boxes -> user edits input boxes -> new values saved to database
Everything works except the "page loads values from database". Somehow it works in the "email" field (the email field displays the email adress loaded from the database) but it doesnt in the "bedrijfsnaam" field. The bedrijfsnaam field stays empty.. whatever I try it does not work.
I pastebinned the entire code here:
http://pastebin.com/m6c34089a
ALV List Display to point to another report on Double Click
Hi,
Read from forum
Haven't written anything forever and I would like to get back.What I'm trying to do is getting the data from all the threads in a sub forum.Can someone roughly point out which functions I'll need for
Multiple Dropdown Selections
I have a form that let's a user insert a page with the ability to select categories. I want them to have the ability to select multiple categories. I have a select drop down menu with the
Grids not displaying decimals, and behaving differently on different PCs?
Hello,
mod_rewrite.c on windows ??
why it's not working on windows while it's working on other hosts??? this is the code i got from a tutorial :Code: <IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /rewriterule
pageination not working right... coping images over 4 pages
Code: <?php //This code will obtain the required page number from the $_GET array. Note that if it is not present it will default to 1.if (isset($_GET['pageno'])) { $pageno =
Regular expression tips or resources
Hello! I'm having some issues implementing the appropriate regex patter to eliminate unwanted characters from a string.Here is a sample string: Code: String str = "test-hello. me please3, _dog[
why aint this working?
i have this code:Code: $num = 250; $count = ($num - $rcount); echo $rcount; echo ""; echo $count;when i echo $rcount it gives me 153...so my calculations is 250-153 = 97.but
Just wondering what you think about my site
I am new to phpfreaks i just seen this form and thought it would be cool to see what other thought about my site, feel free to sign up an post items to see how that all works or if you dont want to
Logging and nologging bulk insert
Hi,