PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: [Select]function createthumb($name,$fil
Passing vars to the DB
I have 3 small testing tables:
ID TYPE
1 pepperoni
2 C. bacon
3 taco
ID TY
insert quotes
Hi,
I have an output like this:
Code: john,18,Cancer
How can I change this to
Code:
How to replace search button with link?
hi to everbody.
i have a search submit form and button like this :
<form id="f
compile php5 with DOM
Hi,
I can't manage to compile php 5.3.0 from source on Windows to include DOM,
in spite of
Search function
I am looking for some guidance from the experts.
I am trying to create a search function. It
PHP template help
Ok, I don't know if anyone can help me but I am using PHP templates to make a site. I am a newbie an
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
Redirecting Admin
In my members table, I have a field called "perm" and it's set to zero for all members. Ho