Creating web pages by php
Hello again,
I was just wondering us there a way to use a php script to create a new web page. I
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
PHP XML extraction text
I would like to extract an xml text and have that text directly echo(print) out on my web page. Her
Print out contents of to Excel
I have got this script that gathers all the data that I need but I need it to send it to excel inste
* Gridview and Detailsview in UpdatePanel, insert mode problem
I have a GridView and DetailsView working together. When a record from Gridview is selected, Detail
Error with Font and imagettfbbox
I keep getting an error that says "Warning: imagettfbbox() [function.imagettfbbox]: Could not f
Help with parsing this html
Hi,
I've got some html i just need a couple of strings from.. argh, it's freaking me out. I've t
Problem with array max size.
Hi to everyone,
I've got a homework about filling a bidimensional array un spiral shape, I alre
split values
I have values that are returned to me in this format:
name=>test,age=>49
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);