PHP mail() returns true but doesn't work
First off I apologize if this is a newbie question, and I generally don't like asking questions that
Tree Menu
Hi guys,
Can anyone help me making a tree navigation system? I have a site where I'm allowin
Coding question?
Hey guys, I have a quick question. If I want to make a way for people to pay for health in my game,
Ten Operator Syntax
Hi Guys,
I can't figure out why i am getting a parse error with this basic ten op code:
array_combine() trouble w/csv file
I have a problem with a piece of code I wrote to import some records from a csv file into mysql. I h
big pagination problem in php
<?php
$connect = mysql_connect("localhost", "root", "")
C++ Http request?
Code:
string Response = "LOGIN_UNSUCCESSFUL";
System.Net.WebRequest request = Sy
Program with calculate Meteorologic measurements
Hello I'm a beginner and I want to make a program with calculate Meteorologic measurements:
ba
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th