Topic awaiting preservation: setting array |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Brooklyn, NY |
posted 07-30-2002 23:13
Ok, I'm not much on programming so I'm a little confused here. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-30-2002 23:33
Little hazy on the question here but I think I got it. code: $db = mysql_connect("myhost", "user", "pass");
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-30-2002 23:40
Gynot: I've done this a couple of times now and the solution is different each time but try loading the data into an array and then processing - your requirements look fairly straightforward so try something like this: code: <?php
|
Bipolar (III) Inmate From: Brooklyn, NY |
posted 07-31-2002 00:40
I'm seriously lost here. I've tried both of your methods and neither is working. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-31-2002 00:58
Have you looked at the XML file output by your script and the one I did for any differences? |
Bipolar (III) Inmate From: Brooklyn, NY |
posted 07-31-2002 01:13
It doesn't create an XML file, it picks it up in Flash, with this actionscript |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-31-2002 01:24
Gynot: I think what bd meant was can you see the XML generated by the PHP script when you go to the page generating it? If you can the problem is with the Flash if you can't then the problem is with the PHP. |
Bipolar (III) Inmate From: Brooklyn, NY |
posted 07-31-2002 01:41
Ok, it's working, I used bitmaps method. http://citystylecreations.com/v4/news.php |