codrgii Posted June 2, 2009 Share Posted June 2, 2009 im calling a few procedure into a php script on my site, and the procedure returns with a list and also a table count, how am i able to show all the results through php? Link to comment https://forums.phpfreaks.com/topic/160672-exec-php/ Share on other sites More sharing options...
Ken2k7 Posted June 2, 2009 Share Posted June 2, 2009 1. Post the persistent code. Don't post everything because no one will look through them all. 2. Explain what results and how do you want to display them. Link to comment https://forums.phpfreaks.com/topic/160672-exec-php/#findComment-847937 Share on other sites More sharing options...
codrgii Posted June 2, 2009 Author Share Posted June 2, 2009 ok well, im calling just one stored procedure from my server onto my php script, the procedure just calls out a select * statement and a count(*) statement, if possible i'd like for them to be separate, how would i do that? an examples? Link to comment https://forums.phpfreaks.com/topic/160672-exec-php/#findComment-847963 Share on other sites More sharing options...
codrgii Posted June 2, 2009 Author Share Posted June 2, 2009 anyway i could separate the results to something similar i put above? Link to comment https://forums.phpfreaks.com/topic/160672-exec-php/#findComment-848024 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.