ereg_replace()
Basically what i need to do is
$title = "This Suck's"
$striped = ereg_repl
Login logout link help
Hi all,
Im new to php and Im having trouble creating a login/logout link for my page that dis
Bar charts using Graphical Framework.
I am using Graphical Frameworks(GFW) to create a chart Graphic . There is no problem with the data d
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
PHP webpage & array print issue
I have this code running, and it works perfectly … however, see my bottom bit about what I see
check how many commas the variable containing the query has between [i]select[/i
Hi...
iv made an sql table that contains id number - name of sql query and an sql query.
T
Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings t
help with Get_
ok some how this is not working i am not sure what i am doing wrong here but what this does is when
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