Sign Up
Log In
P
PHP_apprentice
Nov 30, 2004
Joined Oct 14, 2003
Discussions
Posts
56
Discussions
20
Mentions
P
Good solid PHP book for advanced programming
PHP Help
General Help
Does anyone have any suggestions for a good PHP book for advanced coding. I want to have a refernce book as I take my code to the next level. Thanks
4
P
Having a problem with \r\n
PHP Help
General Help
I am creating a reply file for one of my clients with \r\n at the end of each line. The problem is when the client gets the file on his side which is a windows environment the...
5
P
HELP with FTP code
PHP Help
General Help
I am getting the following error when I run this script can anyone please help me figure this out. I am in a serious situation here. error: WARNING: ftp_put():3 is not a valid...
2
P
Removing quotes from a dump file
PHP Help
General Help
Hello all, I am grabing dir of files that range in the 10's of thousands. The problem I am having is that when I explode the individual files and create my dump file I have al...
2
P
Trying to embed php code
PHP Help
General Help
I am trying to embed php code in the value of the input tag. I can't seem to get the appropriate syntax down for this. Below is the code that i am tryting to use. The form and...
1
P
Finding past 12 hrs from current time
PHP Help
General Help
I am trying to display stats for files recieved in a DB. Two of the stats I would like to show are past 12hr and past 24hrs. I am having alot of difficulty with this can anyon...
1
P
Load Infile Help
PHP Help
PHP Databases
We are recieving a file from a client that needs to be stripped apart and read into a DB. WE have everything working well with most of the files however one specific format us...
2
P
Inserting a large array into a DB
PHP Help
PHP Databases
I have a project where I am reading a comma delimited file into an array and then trying to insert those fields into a DB. I now that i can do a query for each element of the ...
12
P
Create database table script
PHP Help
General Help
I found this script and i am trying to implement it into the admin section of my site. I am having problems with the variable $db_name and $fields Basically it doesn't seem to...
2
P
[Resolved] I cna only display one row.
PHP Help
PHP Databases
I know there are more rows and i can't display them. I thank anyone who can give me advice. <?php //Begin user session session_start(); header("Cache-control: private"); //IE ...
4
P
Only displaying one row when I know there are more.
PHP Help
PHP Databases
I can only display one of the row. I know there are more results found. <?php //Begin user session session_start(); header("Cache-control: private"); //IE 6 Fix //End Session ...
0
P
[Resolved] [Resolved] Cannot get form to submit using redux
PHP Help
General Help
Can someone take a look at this and tell me why It won't submit. I feel like I have reviewed the code a million time and can't see what is wrong thnaks. <?php //Begin user ses...
4
P
Just looking for advice on how to improve my script
PHP Help
PHP Code Critique
This is a script that I use to handle some entry forms and i was wondering if it is efficient and if i could turn it into a function that I could just call when needed. <?php ...
3
P
code explanation
PHP Help
PHP Coding
Could anyone explain this piece of code for me . It is part of a complete query. WHERE user_id = '".@$_SESSION['user_id']."'"
2
P
Only allpwing logged in usersto view pages
PHP Help
General Help
I am trying to set pages so they can only be viewed by authenticated users essentially a memebers site. If anyone can direct me to what code I could use or point me in the rig...
3
P
Trouble installing PEAR
PHP Help
Installing PHP
I am having trouble installing PEAR on my machine. I have put the PEAR file in my PHP directory and then added the include_path in my php.ini file. I still can;t get any PEAR ...
0
P
[Resolved] help w/ mysql_num_rows
PHP Help
PHP Databases
I keep getting an invalid argument error from my webserver when it tries to parse the: mysql_num_rows($result); Here is the block of code that it is contained in: $query = "SE...
5
P
How do I output that there is an instance of something once
PHP Help
PHP Databases
I want to query the DB for the instance of a product ID but I don't want to output all of the instances. I just want to post the ID once to show that it exists in the DB. Than...
2
P
[Resolved] Getting Resource id#3
PHP Help
PHP Newbies
Hi all I could use some help on a DB call. Here is the call $id = mysql_query("SELECT company_id FROM company WHERE company_name = '$c'",$db);//selects the company_id When I t...
2
P
[Resolved] Pulling a value from pull down as a variable
PHP Help
PHP Newbies
I have built a pull down that pulls from mysql for the value and the name of each option. I would like to automatically fill in the correct company ID from the DB when the cor...
7
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.