remove trailing slash from array
I have the following array which contains trailing slashes I need to remove. What is the best way to
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
Include ("Absolute Path") of a file?
I'm not sure what I'm doing wrong. I am writing my php code in the same directory of the file that
Socket Server
In my following socket server, I am trying to listen to a connection through port 12345 in my web br
Am i doing this wrong?
Im pulling from an Oracle database some info... one of which is a field count_pnums which is a NUMBE
unexpected T_VARIABLE error
Hey all! I'm getting an unexpected T_VARIABLE with the following function:
function getHighes
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();
Sales orders ans reservations not taken into account on MPS / MRP
Hello,
I am implementing the MPS / MRP and I have the following problem:
I ha
Displaying data from MySql a different way
Hi all,
I'm pretty new to php and MySql and have hit a problem.
I am able to display data
A href problem under php
Hello...
I tried to explain the issue in an earlier post.. but was not clear enough....