If statement help please.
Hello on my site I have 2 content boxes. 1 is for the main content (which is the biggest one) and th
Checking if multidimensional array is empty?
I have a for with multiple test input fields. Specifically the user submits multiple names and ages
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
Is this possible? If one file assigned to an ID...
I have a page that lists property listings assigned to a specific user (a manage page), with brief t
Random date selection
i want to select random date with time(hour+minutes+sec) where date is specified(10/22/2009) and tim
Save cookie to DB
I'm working on a pixel tracking script for an incentive website and I need to use an ASP script to s
utl_file open error
i have file in the unix path
Path /popdev01/pop/popdevb/tfi/
File name
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
regex for quoted text within a string
I am still getting the hang of regex expressions, but I cant seem to figure out how I would escape q
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code