Contents of variable not echoing
Hey guys, hopefully this is an easy one...
In this line, the variables are not echoing out. T
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
I am stumped
OK. Here is what I am trying to do. I have the conditions set, and if the conditions are met, I want
Must-Know Topics of PHP
Can you guys list the must-know topics of PHP. I am still a learner and I am trying to cover most of
extending tidy
I have problem with type-hinting and extending tidy. This code creates error:
Code: class cMyTidy
retrieving more than one max key from an array?
so i have an array of 20 numerical values (0-100) that i need to order from highest to lowest and th
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
Take info from one coloum and move to another
Hi all,
I have this:
Code: [Select]$array = "SELECT stock_id FROM stocks WHERE stock_
C - Reading a file into a byte array
Hi,
I'm trying to read a file into a byte array in C. I have to use C as this is for a loadru
pop3 and fsockopen
So I am able to connect to the pop3 server, log in, and check how many messages there are. I am hav