Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug
How to file_get_contents when login required?
Hello!
I am trying to read data from a page that you have to be logged into to view, I am try
bit of help needed
Im about to sort out my registration page for my website by customising a "registration" s
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code:
Hi, explode and strstr.
Hi, I seem to be confused about the strstr function, eg. i have a string like:
"a.b.c.d.e.f&
weeks in a year
hi,
i found this snippet on php.net
QuoteFor the week number for weeks starting on Sunday:
cURL proxy
Okay here is the thing... i know how to add proxys
Code: curl_setopt($ch, CURLOPT_PROXYTYPE,
Comparing two dates
Hi Guys
I have two dates I want to compare. Below is my current implementation. The problem with
Saving data from a form into a file
Hey everybody,
Sorry, I am really new to PHP coding and such but a project kind of got thrust
Deleting a record php
Attempting to setup delete a record page. The below code I put together doesn't seem to work.