line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
if else problem, help please
i have this script that i made only i try to also put in a if else for for some reason the script is
How to use php and sql to check if values match the ones in a table (for logins)
How would I code it that the script takes two variables that are passed to it (UserID and PIN), and
Just wondering what you think about my site
I am new to phpfreaks i just seen this form and thought it would be cool to see what other thought a
bind error during socket programming
i am kinda new to socket programming. wrote the below code for a server. but getting the bind error
insert PHP code into function
Hi,
I'm having problems when trying following:
I have:
Code: [Select]createBar("Do
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
Error: SQL Syntax; Line 1
Code:
<?php require "global_settings.php"; ?>
<title&g
asking for direction
I have 2 tables in my data, which are "post" and "event"
I won't make a summa