Ey all, my first post here, i hope its not a hard one
I display mysql results in a table
Each row has a link which must send the title of the row to "result.php"
EXAMPLE
TITLE------------UNITS
book--------------10 - - link
video-------------10 - - link
audio-------------10 - - link
pencils------------10 - - link
Now, i want to put a kind of textbox under each row, so the user can type the cuantity of units to order
EXAMPLE
TITLE------------UNITS
book---------------10 - - link
-------------------[ ] - - link
video--------------10 - - link
-------------------[ ] - - link
audio--------------10 - - link
-------------------[ ] - - link
pencils-------------10 - - link
-------------------[ ] - - link
this is the code of the link
<a href='result.php?ref=$modelo&xxxxxxxxxxxx='>LINK</a>
xxxxxxxxxxx is the code im lacking to send the content of the "textbox" i dont know how to use...
is this possible? any other workaround???
delete comma
HI,How to delete "," at the end of the string.Code: $match = 2009/02/03/a2correx03cvbnm,echo preg_replace("/;$/", "HI", "$match");
comparing tables across databases sql refinement ideas required
Hi all
standard ALV application toolbar, into custom report....
HI,
Redirect not working after making a POST/GET
Hi Everyone,I am a novice in PHP. Here I have 2 pages, one page with a textbox and button and other page which has code to redirect to another website with the post value as querystring. When I tried
preg_match logical error
Code: <?php$s = file_get_contents("page.html");preg_match('/<div class="brown_box main_ge_page vertically_spaced"><div
Multiple WHILE loops help
Hi there. I'm writing an application that is pulling and displaying results for real estate listings and associated photographs. The output is using two MySQL querys and WHILE statements. The outer
Login script (probably a simple error)
dbConfig.phpCode: <?// Replace the variable values below// with your specific database information.$host = "localhost";$user = "username";$pass = "password";$db
What am I missing here? Help!
Hello all!. I can't seem to get this working right. Well - it renders right, but something is going wrong. It's a set of filters for events. The filter marked "type" (category) works
Change Age automatically
hi guys . im new to php , is it possible to change age value in mysql automatically when year changes ?
ldap connection
We are using ldap to get user information from the domain controller. It was working before. Recently I found the application is hanging at ldap_connect. It doesn't return any message. i am not sure