39,316 Topics

Member Avatar for
Member Avatar for jencinas69

I wote this code to this and it works the problem is that my csv file does not have the headers ID, Description , Category in the top of the file. I wrote this code [code] <?php $list = array ( "ID,Category,Description,,,,,,,,,,,,,,,,,," ); $file = fopen("DS20080507.csv","r+", 1000); foreach ($list as …

Member Avatar for jencinas69
0
121
Member Avatar for creedalene

I am currently creating a quote form for my company website, and wanted to make it a little more friendly than the usual "thank you everyone who fills out that form over there, and who I really don't care about..." I've tried two variations of the code and I've included …

Member Avatar for creedalene
0
74
Member Avatar for kevin wood

i need to write a piece of code so that when the counter reaches 500 hundred the user is directed to a limit hit page. or if it is under 500 hundred it directs the user to the page they wanted to go to. i have used if statement to …

Member Avatar for buddylee17
0
95
Member Avatar for nizuya

Could someone tell me how to make an iframe resize based on the content without having to refresh the parent frame. I have found some things that require java script in the frame document however i'm not sure how to integrate this, as the document my iframe links to is …

Member Avatar for nizuya
0
124
Member Avatar for itsense

Hi everyone I was wondering if there is a way to store data to a mysql db after it is screen scraped? Thanks

0
60
Member Avatar for mikki2

Hi, i am creating a website for a friend and she wants a blog added to it, which is no problem for me. but she also wants to be able to view/review peoples posts BEFORE she allows them to be posted. And thats where i have the problem. i haven't …

Member Avatar for nav33n
0
86
Member Avatar for websurfer

[url]www.sampelsite.com/workCategories.php?region=Florida&city=Hollywood&type=condo&button=Search%21#[/url] In turn the mysql select statatement I have is: SELECT * FROM item WHERE category = colname AND city = cityName OR type = typeProp ORDER BY price This is not filtering the data just right, cause I need to bring back, let's say all items under "Florida" if …

Member Avatar for Fungus1487
0
130
Member Avatar for bintang

I have made the code of php to Dreamweaver. that codes are containing of date and day. But Seems Dreamweaver can't identify the code of php... This is my php code that I put into Dreamweaver: <? print(Date("l F d, Y")); ?> Anyone knows what is the code of making …

Member Avatar for samarudge
0
147
Member Avatar for scottjk

Hi. My flash form that uses a php mail script is sending the text formatting along with the data making it impossible to read. How can I strip all the formatting and just have the data left over in a readable format? Here is how the email looks: Name : …

Member Avatar for hivenk
0
271
Member Avatar for ryy705

Hello, I have a page consisting of two frames. The top frame holds instructions, the bottom frame holds a form. I need the top frame to disappear after the form is submitted. Could someone kindly tell me how I can do this? Note: The frames are parts of the requirements. …

Member Avatar for ryy705
0
128
Member Avatar for maydhyam

How do I set the session on a page, so that if I were to type the direct link for the page into the address bar, it doesn't display, instead the user would be redirected to the homepage or login page?

Member Avatar for maydhyam
0
328
Member Avatar for Vai

I am confused as to display information from my contact table depending on who logged in. also, should I change my admin table name to users? Admin Table [code] `id` int(11) NOT NULL auto_increment primary key `username` varchar(40) default NULL, `password` varchar(40) default NULL, `level` char(1) default NULL, `email` varchar(255) …

Member Avatar for Vai
0
80
Member Avatar for isomillennium

Just started practicing classes and boom my first try cant get it to work ... maybe im not seeing something ... can someone look and point out the thing that i might have misssed .. ?any help would be appreciated .. thanx here's the code : index.php <? include "page.class.php"; …

Member Avatar for nav33n
0
87
Member Avatar for james595832

Hello everyone, I'm currently building a cms system and have hit a brick wall in relation to the error I'm getting below. Any help would be greatly appreciated. Thanks James. The error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\wamp\www\widget_corp\includes\functions.php on line 41 The functions.php: …

Member Avatar for pzuurveen
0
261
Member Avatar for Suhacini

Hi, I have a table docque where I have 3 fields in it. Id,quest,answ.I will enter question and display it when I click on that question answer must be shown.Here is my code: [code] <?php include ("conn.php"); $str='SELECT * FROM docque '; $res=mysql_query($str); if($res) { while($data=mysql_fetch_array($res,MYSQL_ASSOC)) { echo '<tr>'; echo …

0
74
Member Avatar for Suhacini

Hi, Can anyone help me in writing a script for polls or voting.There are many scripts available,download them and use,but I wanted to write my own script.I have a question and 4 optins for that.I wanted to display the results in percentile and a color bar.Do I need to use …

Member Avatar for nav33n
0
156
Member Avatar for lifeworks

Hi I'm a bit confused but I think I know what Im missing. Story goes, I have a website which allows users to upload logos - I want them to be able to upload new logos if they want to... but the page that allows them to change their logo …

Member Avatar for nav33n
0
75
Member Avatar for Kraai

I am trying to get a script to work on a new server. The script was written by someone else, but it doesn't seem to work after I changed to another server. The script involves the submitting of articles, and uploading of a photo to each article written and submitted. …

Member Avatar for Kraai
0
102
Member Avatar for swapna7999

hi i have a vb application an to invoke it in a php page i used exec('app.exe'); but before this statement i have a lot of echo statements but when the page is loaded the echo statements are not displaying and the application is running and when i exit from …

Member Avatar for swapna7999
0
98
Member Avatar for bigpig

How can I display a new quote each day - to get a quote from the DB is simple, but how to change the quote every 24 hours?

Member Avatar for blocblue
0
82
Member Avatar for Pja

I have set a tooltip so that when user mouseover a picture it will display a tooltip which is the cake name. The problem is the tooltip can be display when i run the web using the mozilla firefox browser but in Internet Explorer it seems that the tooltip is …

Member Avatar for Vai
0
108
Member Avatar for jtapp

Below is my line item - it returns 'meeting times'. However, there are some cases in my DB where the meeting time is not known and the field is null. I'm wondering if I can completly remove the 'echo' on my page if the field is null? echo "<p<b>Meetings:</b> $variable21</p>";

Member Avatar for jtapp
0
111
Member Avatar for RyanLeaf

Hello, I am currently creating a PHP calculator, and I so far have been successful until this point. I want to include a exponent calculation feature, using the "pow()" function. Also, I am just curious if there is a more efficient way to code this. Here is my PHP source: …

0
61
Member Avatar for almualim

hi friends, i have problem with Arabic language in php page, how i can display the Arabic language in my pages.

Member Avatar for mwasif
0
70
Member Avatar for rackus

Hello, Firstly, Merry Christmas to everyone! :cheesy: I'm thinking of installing PHP on WinXP Pro, using IIS 5.1 as my web server. I have browsed around and there's 2 versions of PHP( i.e. PHP4 and PHP5). I have no prior knowledge or experience in PHP whatsoever. I only did some …

Member Avatar for mr4top
0
267
Member Avatar for somwang

i had made friendly url for my page, and the first Rewrite Rule was working well, but the second and other Rules are not working and show error 404 page, i try to solve this problem since last 3 days but still can not figure out, this is my last …

Member Avatar for mwasif
0
93
Member Avatar for justinmyoung

As it exists now, I have some PHP code set up so a customer can "login" with his/her customer number (job number). But I want to give them the option to use either their number or their email address. I understand the code for 1 option (job number), but am …

Member Avatar for Fungus1487
0
147
Member Avatar for Designer_101

Hey, im having a problem getting this email check to work it basicly prints out in a very origional way how manny eails you have... [COLOR="Green"][B]Check Inbox [/B]([I]3[/I]) [/COLOR] Heres the code: [CODE]$find_content = "SELECT * FROM email WHERE email_too_id = '$userid' OR all = 'true'"; $content_sql = mysql_query($find_content) or …

Member Avatar for Designer_101
0
112
Member Avatar for ryy705

Hello, I am trying to get my own(paid) website. But I am not sure about what steps I should take. I understand that signing up with a hosting company will get me storage and scripting functionalities. But I don't understand the process of getting a domain name of my choice. …

Member Avatar for mwasif
0
96
Member Avatar for Vai

I have several issues going on I have played with the code, and I have tried to follow other code snippets / tutorials as examples, but I am unable to achieve the following: 1: when the browser is closed the session is terminated or set a timeout period of inactivity? …

Member Avatar for Vai
0
112

The End.