[PHP] HTML to Plain TXT Parser (RegEx Help Needed)

2001-12-16 Thread ISE
Hello, I am working on a a script that reads in an HTML file, and outputs formatted plain text. Not a significant task, but one area that I am having difficulty with is gracefully converting the 'A' element. The desired outcome is text that maintains the link reference in brackets:

[PHP] MySQL Native Function in PHP Query Not Working?

2001-12-07 Thread ISE
Hello, Can someone explain to me why the below SQL query when executed with the PHP mysql functions does not work? (it returns nothing) SELECT * FROM table WHERE aid=LAST_INSERT_ID() If I replace the MySQL function LAST_INSERT_ID() with a integer, it works fine so its not the query. Further,