Java API in PHP?
I have an application that we use internally here at the office.
The software company provide
Multiple Do / While Statements?
I'm still very new to PHP, and running in to a problem when trying to execute a do/while loop inside
need Array help
This is what I have to do.
$teamname[1] = "Red Sox"
$teamname[2] = "Gian
images aren't rendering
I'm trying to call a JPG file from within PHP (in an effort to hide the actual JPG folder). The imag
Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
str_replace help
I am thinking str_replace is my only option to filter outputs from my database to convert them to sa
extending tidy
I have problem with type-hinting and extending tidy. This code creates error:
Code: class cMyTidy
using file_get_contents??
okay how would i create a script using file_get_contents() in php have it grab search pages 1-20 and
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<