Search found 12 matches

by jpaloyo
Tue Jun 27, 2006 11:28 am
Forum: PHP - Code
Topic: need help with onclick button
Replies: 2
Views: 228

I am not really sure how to word it. I will read up on this some more and if i still can't figure it out then i will ask for help again. Thank you
by jpaloyo
Mon Jun 26, 2006 4:12 pm
Forum: PHP - Code
Topic: need help with onclick button
Replies: 2
Views: 228

need help with onclick button

i made a search engine connecting to the database. the code works and everything. The problem is that everything loads at the beginning when i load the page. What can i do about this??? if statement for my buttons maybe and if so how?? onclick?? help please. example would be nice. here is the code f...
by jpaloyo
Wed Jun 07, 2006 6:38 pm
Forum: PHP - Code
Topic: how do i store as variable when i click on echo'd results
Replies: 3
Views: 250

thank you so much everyone.
by jpaloyo
Tue Jun 06, 2006 4:20 pm
Forum: PHP - Code
Topic: how do i store as variable when i click on echo'd results
Replies: 3
Views: 250

how do i store as variable when i click on echo'd results

here is my little code. When i echo this it returns a list of database. how can i click on the list of result and save it to a variable? once the list of databases are outputed, i would like to be able to click on a database name and show the tables in that database. help somone please. examples wou...
by jpaloyo
Thu Jun 01, 2006 11:18 am
Forum: PHP - Code
Topic: I have a sorting problem
Replies: 3
Views: 420

wow, really good reply. Thank you so much.
by jpaloyo
Thu Jun 01, 2006 10:08 am
Forum: PHP - Code
Topic: I have a sorting problem
Replies: 3
Views: 420

I have a sorting problem

$query1 = mysql_query(select * blah) $query2 = mysql_query(select * blah) since $query1 and $query2 are not arrays and are considered resource. Right now they can be sorted but seperately, $query1 results would be sorted and right below it $query2 results would be sorted. How do put the 2 results i...
by jpaloyo
Fri May 26, 2006 8:57 am
Forum: PHP - Code
Topic: how do you output result to excel using a button
Replies: 11
Views: 398

thank you i will try. :D
by jpaloyo
Thu May 25, 2006 11:23 am
Forum: PHP - Code
Topic: how do you output result to excel using a button
Replies: 11
Views: 398

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] weird thi...
by jpaloyo
Wed May 24, 2006 4:08 pm
Forum: PHP - Code
Topic: how do you output result to excel using a button
Replies: 11
Views: 398

ugh...i just dont get this stuff. i dont know how to use this to make it work for my code. sorry guys PHP is really hard for me to learn. You guys have probably given me the answer i needed to know but im just not getting it. do i need more than 1 page in order to make this work??? this is the code ...
by jpaloyo
Wed May 24, 2006 1:14 pm
Forum: PHP - Code
Topic: how do you output result to excel using a button
Replies: 11
Views: 398

Thank you so much guys. Sorry for the trouble. I Really appeciate the assistance. :D
by jpaloyo
Tue May 23, 2006 3:09 pm
Forum: PHP - Code
Topic: how do you output result to excel using a button
Replies: 11
Views: 398

i checked pear, but could not find the answer here is something i found using google. $filename = "some_crap.xls"; //take care of all the excel initialization $header_temp = "Content-Disposition: attachment; filename=$filename"; header("Content-type: application/octet-stream...
by jpaloyo
Tue May 23, 2006 1:11 pm
Forum: PHP - Code
Topic: how do you output result to excel using a button
Replies: 11
Views: 398

how do you output result to excel using a button

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I am a be...