Wierd if else problem
Hi guys,
this probably aint wierd for you, but it seems like php is playin up to me. may b i
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
db entry based on primary key
My "topics" table contains 10 entires
*--------------*
topicid topic
------
Simple Scraper... Weird Output
Okay, maybe I just need a Blue Monster and some sleep, but....
I'm scraping a ringtone site
PHP using IF to display error
i have a MySQL query and i want to display 1 thing only if the number of affected rows is >=1
Delete HTML file after loading
I have limited experience with php and its been a year or two since I've last used it. I have a sma
remove trailing slash from array
I have the following array which contains trailing slashes I need to remove. What is the best way to
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
php slowing my site?
Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is ve