Performance impact of cookies
Hi, I was just wondering what impact there would be in terms of performance if you where to set then
Preg_match with an array
is there an away to use preg_match with an array?
i want to check a string with an array to s
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
Warning: mysql_num_rows() expects parameter 1
When i add quote at the end of this link
example:http://localhost/articlemania/category.php?cid=3
How a counter of users ? such as ---> (231 Viewing)
I want to count how many users are actually viewing the page, How is that possible?
Thank you guy
Disable html within defined tags
I have a mysql database that allows users to enter content with html, but I also want to have a tag
help with insert
Hi there,
I am trying to insert some data into a database, but for some reason, it is not ins
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php
how to hide input fields on selection screen using variant attribute
Hello all,
I want to know how to hide input fields on selection screen using variant attr
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi