Categories
Tutorials

RegExp Filter For URL’s

I was trying to get a nice short Regular Expression to filter and validate the url’s entered by an user in an form, and finally I come up with one that you can use as your first pass filter that its been working fine for me. It’s not a perfect one, but at least filter […]

Categories
Resources

xTags Class

This is my first class and I hope you enjoy it. With this class you can dynamically create html and xml tags using PHP. To see how to use it click here. To download click here. To see a sample of the code click here.

Categories
Tips

Print PDF files with JavaScript/PHP

I started a topic in DaniWeb about how to generate a gadget to let customer choose from a list of pdf files an create a custom order form from them… I still working on it but here is something I found that will help many of your that are looking for a solution how to […]