We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Search found 9 matches
- Tue Nov 13, 2007 12:59 pm
- Forum: Plum DEV Q&A
- Topic: PHP/MySQL problem - Reads first entry, skips others
- Replies: 1
- Views: 5131
PHP/MySQL problem - Reads first entry, skips others
Here's the problem. I've created a PHP file, incorporating vxml, that draws information from a mysql database and reads it off to the listener. It's set up so that each vxml field corresponds to a different row from the mysql table. When I check out the source code in the browser, this is what I get...
- Sat Sep 29, 2007 11:23 am
- Forum: Plum DEV Q&A
- Topic: Repeat/Skip mySQL row
- Replies: 14
- Views: 29484
still no worky...
Hey support :? Well, I tried what you said. Put everything on the server, since I had mainly been working off of the scratchpad, and changed the include to read AllPhillyConnect.php. And it didn't work. I even went so far as to completely delete the initial include statement, opting to insert it's c...
- Thu Sep 27, 2007 10:31 am
- Forum: Plum DEV Q&A
- Topic: Repeat/Skip mySQL row
- Replies: 14
- Views: 29484
...
$result stores the data from my PhillyMetro table in my database. The php script as a whole works "perfectly". I split the script up into 2 parts- the php file referenced in the beginning and the part that you see under the Metro1 field. I did this to allow me the ability to change the mysql_data_se...
- Thu Sep 27, 2007 12:25 am
- Forum: Plum DEV Q&A
- Topic: Repeat/Skip mySQL row
- Replies: 14
- Views: 29484
Umm...I think I may be going about this wrong.
So, I may be a bit guilty of trying to do this the easiest way that I can imagine. As a result, I think I'm doing this all wrong. To make a long story short, I reference a php file called "PhillyConnect" near the top of the file to allow access to my database and create the table of data that I'll n...
- Fri Aug 31, 2007 11:10 am
- Forum: Plum DEV Q&A
- Topic: Repeat/Skip mySQL row
- Replies: 14
- Views: 29484
- Fri Aug 31, 2007 10:46 am
- Forum: Plum DEV Q&A
- Topic: Repeat/Skip mySQL row
- Replies: 14
- Views: 29484
Follow-up
Sorry to bother you again. I just wanted to make sure I completely understood the response. If I understand correctly, I could very well connect to the sql data at the beginning of a vxml document, using php code. And then, using a setup similar to the one you provide above, just use each row's info...
- Thu Aug 30, 2007 5:24 pm
- Forum: Plum DEV Q&A
- Topic: Repeat/Skip mySQL row
- Replies: 14
- Views: 29484
- Thu Aug 30, 2007 3:05 pm
- Forum: Plum DEV Q&A
- Topic: Repeat/Skip mySQL row
- Replies: 14
- Views: 29484
- Wed Aug 29, 2007 9:31 pm
- Forum: Plum DEV Q&A
- Topic: Repeat/Skip mySQL row
- Replies: 14
- Views: 29484
Repeat/Skip mySQL row
I have a general question. I just created files of vxml and php script aimed at providing information from an sql database, depending on user input (e.g., pressing 1 will provide users with a list of all of the record stores and their addresses in the area). I wanted to include an option that allows...