preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
Data storage spaces in varchar2
Trying to understand what's happening.
I am selecting a value from a table that is defined as c
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo
How To Make More Than One Redirection with PHP on the same page?
Hey im trying to do a direction page where it open differently link direction pages every time som
Facebook status update API
Hello,
So, I'm trying to create my first Facebook application with PHP.
Basic ideas fo
need to apply an if/else statement to Tim Thumb script
Not sure how to work this. I essentially want to call a variety of image sizes based on which style
php code generators
All
Whilst enjoying learning a new language i have come accross a number of free code generat
Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi