Current Page: 1 of 1
Results 1 - 17 of 17
15 years ago
ryanpaul04
the user input a string date in a textbox which is formatted in mm-dd-yyyy. i want to convert it in a full date format.
Forum: WampServer English
15 years ago
ryanpaul04
how can i convert string format to date format in php? Is there a function that i can use? my string format that is being entered is mm-dd-yyyy. i really need help. tnx in advance.
Forum: WampServer English
15 years ago
ryanpaul04
this is my code: $id = $_GET['id']; <form id="form1" name="form1" method="post" action="update.php"> <input type="hidden" name="id" value="<?php echo $id; ?>"> <textarea name="content" id="content">sample content goes here</textarea> <input type="submit" na
Forum: WampServer English
15 years ago
ryanpaul04
i have no space on my textarea but still it won't save or update the data on my database. thanks for the help by the way. i really appreciate it.
Forum: WampServer English
15 years ago
ryanpaul04
my SQL statement is to update a certain data on my content. $result = mysql_query("UPDATE $table SET content = '$content' WHERE id = '$id'" the problem is that the SQL won't update the content when i just copy and paste the new content. but when i type it on the textarea it will update the data on the SQL. how can i update the data on the SQL by doing just the copy and paste metho
Forum: WampServer English
15 years ago
ryanpaul04
if i copy a text paragraph and paste it on a textarea for an update content my mysql database won't update the content..but when i type it manually on the textarea, the mysql database will then be update the content..how can i update the content in the mysql using copy and paste method?..thanks for the help in advance.
Forum: WampServer English
15 years ago
ryanpaul04
oh my god i cannot find a tutorial on how to do a javascript on textarea..can you give me a site that can help me with this problem..i really appreciate your help..thank you.
Forum: WampServer English
15 years ago
ryanpaul04
i'm using textarea on my form which i want is that when i hit ENTER, the next sentence that i will type will be on the next line. sample: word word word(hit ENTER) word word word word output must be: word word word word word word word -------------------------------------- just like the textarea input in this page.
Forum: WampServer English
15 years ago
ryanpaul04
ah i see your ireland.. i'm from phil. tnx for the idea..
Forum: WampServer English
15 years ago
ryanpaul04
ahhhh....ahahahaha ^_^ what a silly me ..hehehe by the way..tnx...where u from??
Forum: WampServer English
15 years ago
ryanpaul04
this is my code: $result = mysql_query("SELECT tbl1.header_title, tbl2.header_title FROM tbl1, tbl2" while($row = mysql_fetch_array($result)) { echo $row['header_title']; } this is my code, but it will only displays the records from the last table i have selected.
Forum: WampServer English
15 years ago
ryanpaul04
how can i display multiple table records in just one page?? i try this code but still not the solution. $result = mysql_query("SELECT tbl1.record, tbl2.record FROM tbl1, tbl2" when i fetch it, it will only displays all the records in the last table (tbl2). noob here ^_^ need help here pls..tnx
Forum: WampServer English
15 years ago
ryanpaul04
can someone help me on how to print a particular table report in php???..or there is a software i need, just like a crystal report..thanks for the help i really appreciate it.. ^^
Forum: WampServer English
15 years ago
ryanpaul04
thanks for the reply pipz ^^ but i have solve my question ^^ thanks again ^^
Forum: WampServer English
15 years ago
ryanpaul04
is it visible to query a table in mysql in several times?? ex. $result = mysql_query("SELECT * FROM table" while($row1=mysql_fetch_array($result)) { echo $row1['data1']; } while($row2=mysql_fetch_array($result)) { echo $row2['data2']; } is this right???? i'm not a pro in this mysql thing ^^
Forum: WampServer English
16 years ago
ryanpaul04
how can i configure wamp in Juniper switch??..because other computer cannot access the server..hoping for replies. Post Edited (10-02-07 10:52)
Forum: WampServer English
16 years ago
ryanpaul04
Can everybody help me, I'm stock in this problem..How can I setup DNS in wamp server?..Because when I'm accessing a website in other computer using intranet, I want to access it w/o using the IP address of the server.
Forum: WampServer English
Current Page: 1 of 1