JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w
PHP webpage & array print issue
I have this code running, and it works perfectly … however, see my bottom bit about what I see
Namespace Problem
I'm having problem with a section of code with a variable namespace.
This code works fine:
xml
<?php
echo "<h1>XML Articles</h1>";
$home
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?
Need Help with a query
Hello,
For some reason I am just not getting the right answer when I do this query and not quite
quick question
Hi ..
i have a question
how do i set a var so it displays via an echo
Code: $logo = '&a
php or sql?
Sorry not sure if this is a sql problem or php the following code is supposed to delete data from th
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
unoconv doc convert to pdf code prob
PHP/5.3.1
Hi. I am trying to use this code to convert docs to .pdf utilizing unoconv. Howe