matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
Problem with umlauts and UTF-8
Hello every1,
I'm creating my own little CMS at the moment and got some problems with the cha
building a function with multiple outputs
I want to build a function that has multiple outputs.
I know but am not to sure how I should
Get last modified date of web page
Hai All,
In php how can i get last modified date of a give web page . I have tried to g
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan
Last character removed
I have created a string from an array. I have inserted commas from my form values. I am trying to re
Interpret Order
Hello all,
I'm wondering if I have this:
Code: $switch = array(
'one' =>
How to copy a part of a vector in a raw memory
Hi,
How can I copy a part of a vector into a memory:
1
2
3
4
5
Variable passed to each() is not an array or object
Hi,
This is a email a friend type of form, and it isn't working anymore.
<?
Content-Disposition: attachment; filename=... not working as i thought it should
taken the following code from the php.net site the script is not working.
what is not happeni