Search found 3 matches

by vurentjie
Sun Apr 20, 2008 3:46 pm
Forum: PHP - Code
Topic: search for a file containing...xxx
Replies: 2
Views: 100

Re: search for a file containing...xxx

thank you,

i managed to find a working solution, by reading the directory and using a substr search, but i will look at glob because your solution looks incredibly short.
by vurentjie
Sun Apr 20, 2008 3:07 pm
Forum: PHP - Code
Topic: search for a file containing...xxx
Replies: 2
Views: 100

search for a file containing...xxx

hi, i was hoping someone could help me out, basically i am writing numerous files into a directory,these files are named and grouped similarly to this: ref4949494_5.html ref4949494_9.html ref4949494_3.html ref676766_5.html ref676766_27.html ref676766_3.html basically the only static part of the file...
by vurentjie
Fri Feb 15, 2008 9:42 am
Forum: PHP - Code
Topic: advice needed - dynamic database manipulation
Replies: 2
Views: 69

advice needed - dynamic database manipulation

hi, i am creating a website that includes a member login, and a dynamic page that a registered member can change and update once she/he/it is logged in, the questions that i need to ask relate to a few issues: some are more about security and potential problems that may arise depending on the soluti...