Started 1 day, 17 hours ago (2009-11-11 10:08:00)
by Bohra
Well its technically possible basically if ur script is like this index.php?username=coolguy we can use modrewrite and make it like www.yourdomain.com/coolguy
Started 3 days ago (2009-11-10 03:16:00)
by masud7827's Avatar
This is a code for wordpress theme. I don't know whats wrong with it. Please any one help me.
php Code:
COPY AND PASTE THIS CODE INTO YOUR CUSTOM_FUNCTIONS.PHP FILE. ONCE YOU ADD THE CSS, IT WILL TAKE SHAPE. ------------------------------ PASTE THE FOLLOWING CODE BELOW ------------------------------ function asnioFooter() { ?> <div id="container"> <div id="foot">...
Started 1 week, 1 day ago (2009-11-04 08:21:00)
by LH-Danny Hand of A'dal
Hi,
Is it possible to create a toolbar in php just like the one facebook has that moves on the screen as you scroll?
Thanks.
Started 5 days, 23 hours ago (2009-11-07 03:58:00)
by JAY6390
You can't
encrypt the whole embed or the browser won't be able to parse it....
Started 1 week ago (2009-11-06 03:11:00)
by nico_swd
php Code:
if ( preg_match ( '~<body[^>]*>(.*?)</body>~si' , $text , $body ) ) { echo $body [ 1 ] ; }
Started 3 days, 11 hours ago (2009-11-09 15:45:00)
by theapparatus
Can you provide a link as to where you;re getting this from? (Please put the url within code tags as well so it won;t show up as a referrer.) I'm thinking the forums messed something up.
edit: Never mind. What I got to decode comes right up on a google search. Looks like this:
http://www.waraxe.us/ftopict-2630.html
Try replacing it with the
html code a couple of posts down and see ...
Started 1 week, 1 day ago (2009-11-04 22:00:00)
by smcblogger
You're going to need some kind of loop, I think. Perhaps a while loop? From your code, you're
just checking one cell (<td></td>).
Started 3 days, 21 hours ago (2009-11-09 06:06:00)
by Hosting24 Champion of the Naaru
I have never heard of this feature
Started 1 week, 1 day ago (2009-11-04 04:23:00)
by abhishekseo abhishekseo is offline Peon
today in search of internet to find PHp
web development company i found http://www.perceptionsystem.com/ which has goood ranked and good quality services so i uggest to send this site with your all online friends because its a good site. To all my members i found websites for good content on PHP so u can consider this.
Started 1 week, 1 day ago (2009-11-04 04:56:00)
by hw26 Peon
Hello,
I'm looking for the ability to link to a new page without actually creating the file for it. In the toolbar it just shows something like this:
page.php?page=1
I need it because i'm setting up a free website so users can download icons, so instead of me creating a new page for every single icon download displaying its information i can just add a new link if you understand ...