52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Ababo

Hi everyone. I've only really just started using php and I've been trying to use it in conjunction with mysql. I keep getting an error though when trying to access the result set returned by performing a query on the database. I've performed queries on the database outwith php, and …

Web Development mysql php sql
Member Avatar for Troy
0
127
Member Avatar for ammcom

hi I have this problem using "system" function : I am using "system" function to run a program form php script , this program is supposed to run another program , but that doesn't happen at all , the program is functioning when it's run form outside php but it's …

Web Development php
Member Avatar for Troy
0
131
Member Avatar for muthu

hai friends, i want one help, how to generate a random numbers without duplication for more than 60 persons. My project is Online Examination in asp.net code behind c#.net. please help.

Web Development asp asp.net
Member Avatar for pdzine
0
114
Member Avatar for Chiropractor

Hi, I have a question about Javascript suckerfish menus, but first, I should state what I am using, now: Currently, I am using a standard CGI form redirect to allows users to chose a state. The drop-down menu contains 50 states, and scrolls when necessary to display all the names. …

Web Development display javascript perl
Member Avatar for DaveSW
0
131
Member Avatar for muthu

hai friends, i am muthu, doing MCA . i have one problem i do my project in my college system and take copy and place in my system. In college it working properly, but in home it says, ur webserver cannot debug ie debugger is not running. i also check …

Web Development asp.net
Member Avatar for Letscode
0
152
Member Avatar for jefferyylc

Hi ALL: I been created a <page-break-after:always> for page break purpose in printing HTML report in order to break the report. But unluckily i found that what i did is known as "hard coded". They want something called "Dynamic Page Break" so that when the report content can automatically fit …

Web Development html-css javascript
Member Avatar for jefferyylc
0
284
Member Avatar for Kurupt4

Hello Everyone, I have a form (it is for a web based poll) it collects 4 pieces of information: 1) the poll question 2) the amoutn of choices 3) the start date of poll 4) the end date for poll Now when this form is submitted(same script $php_self) it takes …

Web Development first-post javascript
Member Avatar for Troy
0
124
Member Avatar for sabyasachib

<html> <head> <title>Registration Page</title> <script language="JavaScript"> function a() { document.f1.s2.remove(0); } function add(x) { var boxLength; var selectedItem; var selectedText; var selectedValue; var i; var thisitem; var isNew = true; if ( x == 0) { boxLength = document.f1.s2.length; selectedItem = document.f1.s1.selectedIndex; selectedText = document.f1.s1.options[selectedItem].text; selectedValue = document.f1.s1.options[selectedItem].value; } if …

Web Development javascript
Member Avatar for Troy
0
142
Member Avatar for soulman

on the index.php page under create new database listed is no Priviligies. How can i correct this. it seem to be working fine but then i think i played around with priviligies to get mamboserver working. after that all my databases were gone and i can't seem to add new …

Web Development php
Member Avatar for puddin
0
595
Member Avatar for 3265002918

I am learning the PHP language but I can't figure out how to see what i am doing. I need a program to see the result of my coding. Can someone help? thanx

Web Development php
Member Avatar for Troy
0
243
Member Avatar for varuna1

Hi Everyone, I am having two sites. I am presently using a registration form at my new site to register a user at my second site(old one). For this i am passing all the required form values to old site at the submit of form via post method (like username,password …

Web Development first-post php
Member Avatar for varuna1
0
234
Member Avatar for paradox814

so I have somewhere between 15-300 images in a folder and I want to know which would faster: loading all the image (file) names into an array and then randomly picking 3 distinct files using $file = opendir($folder_name) -- OR -- loading all the image file names into the mysql …

Web Development image mysql php
Member Avatar for Troy
0
109
Member Avatar for dsureesh

hi all, iam sureesh, iam doing a online project in php, i want know how we can use sessions in php....... how to make session end when the user click the logout button

Web Development php session
Member Avatar for Troy
0
118
Member Avatar for bwest

Ok, I am putting my users text onto the screen. I need it to represent what they typed so I use the <pre></pre> tags to preserve the hard returns and other white space. The problem comes when they type a long paragraph (such as the one Im typing now) and …

Web Development algorithm php
Member Avatar for Troy
0
118
Member Avatar for Dactyl

Hello everyone I am learning how to parse XML files with PHP. And I cant figure out how to do something. Any help is greatly appreciated :) Here is a sample XML file that I am trying to parse: [quote] <?xml version="1.0"?> <emailsList> <email no="1"> <from> [email]whatever@yahoo.com[/email] </from> <to> [email]yyy@yahoo.com[/email] …

Web Development display email php xml
Member Avatar for Troy
0
196
Member Avatar for php4ever

Here is a question I've yet to find an answer to. I have some javascript I'd like to be dynamically inserted into a page when its called. The set up is this. I have an <iframe> in my site and the pages that get linked to externally to go into …

Web Development javascript php
Member Avatar for Troy
0
191
Member Avatar for hureeict

HI every1 I mongolian studen so i builing one project but we have problem how can i display the logod user status like he's her id number and spme of the profile help any idea ??? :o :o :o :o :o

Web Development asp asp.net display
Member Avatar for hureeict
0
211
Member Avatar for chan karan

Can anyone help me to solve the problem, i want to pass the parameters between the javascript and asp. [html]<SCRIPT type="text/javascript" LANGUAGE="JavaScript"> <!-- function startWord(par_1) { var oShell = new ActiveXObject("Shell.Application"); var commandtoRun="C:\\Karan\\Automation.exe"; oShell.ShellExecute(commandtoRun, commandParms, "", "open", "1"); } //--> </script> </head> <body> <form> <input type="text" name="par_1" value="123"> <input type="button" …

Web Development asp javascript
Member Avatar for chan karan
0
291
Member Avatar for Khishin

Two questions here, the first is whether the following error refers to the command exceeding 60 seconds or the whole page taking over 60 seconds to execute. "Fatal error: Maximum execution time of 60 seconds exceeded in /***/panel.php on line 35" The code is as follows. [PHP] <html> <head>Text</head> <body> …

Web Development php
Member Avatar for pc2forum
0
409
Member Avatar for k_satish0101

getting the follg error after installing tomcat5.0, jre, j2se and ms-access HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97) org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346) org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414) org.apache.jasper.compiler.Compiler.compile(Compiler.java:472) org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) …

Web Development apache java-jsp
Member Avatar for masijade
0
233
Member Avatar for HackWizz

Hi everyone... I have a workshop of asp.net in my college on saturday. I am interested in atending it .. so can anyone just give me basic details of asp.net... what is it.. what to use for.. practical uses.. i know nothing about i :?: t...so please if you can …

Web Development asp asp.net
Member Avatar for HackWizz
0
80
Member Avatar for mlong2001

Im getting this error... Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /hsphere/local/home/mlongcos/cosdonline.org/conferences/register_05.php on line 155 Cant figure out why this isnt working... somebody please help! The file is attached

Web Development php
Member Avatar for paradox814
0
120
Member Avatar for ramkumar

I will start my query with an example. In reverse phone check in 411.com, the link is [url]http://www.411.com/10668/search/Reverse_Phone?phone=770-399-9110[/url] and so I can add a Textbox in Visual Basic and get the phone number from the user and use a web browser to search the phone number without having to go …

Member Avatar for ramkumar
0
165
Member Avatar for belama

Hey everyone, I have this really weird problem with Visual Studio .Net. If I add some breakpoints here and there on some pages and then run my app., the breakpoints move to some other lines (not always lines with code, and breakpoints dont span the same length as the code). …

Web Development asp.net visual-studio
Member Avatar for Letscode
0
2K
Member Avatar for php4ever

Has anyone see an error like "Undefined Offset" before. Every where I look I see that it referrs to an undefined var which doesnt seem right. [B]Undefined Offset on line 20[/B] Code is as follows: [PHP] <?php include('sql_connect.php'); $truncsql = "TRUNCATE TABLE allproperty"; mysql_query($truncsql) or die(mysql_error()); function parselistings($thefile, $thetable) { …

Web Development php sql
Member Avatar for sarahk
0
676
Member Avatar for Steel Rat

Hello All, I've been dabbling with PHP for a couple years now, nothing serious, but something has really been bugging me. I see -> and => being used all the time, almost as assignment operators but can't find squat about them in any operator list, either on php.net, or in …

Web Development php
Member Avatar for Steel Rat
0
134
Member Avatar for dx20021213

I'm a new web designer. To start my website ,i cant get a free host for my JSP page. Help

Web Development java-jsp mysql
Member Avatar for techkar
0
235
Member Avatar for CLIPER

Hi, I would like to have a asp.net application that will let me extract or import data automatically to my Access Database. For that, I have a .csv file and I will then upload it and will be extracted into one of the table in my Access Database. Is there …

Web Development asp asp.net
Member Avatar for CLIPER
0
201
Member Avatar for martinkorner

Would it be possible to display only a message e.g. "Page Loading..." until the page has fully loaded, then display the fully loaded page? I don't know if this can be done with Javascript, css or html. Would it also be possible to show what percent of the page has …

Web Development display html-css javascript
Member Avatar for tgreer
0
152
Member Avatar for Aperson

Im after a way to code the following login script in javascript. The login menu is a dropdown offering "log in for"~ select "x"minutes, hours, forever etc. not sure if its possible in javascript?

Web Development javascript
Member Avatar for tgreer
0
84
Member Avatar for javafan

Hi Please see [url]http://www.proxyslash.com/BuyPixelScript.com.htm[/url] For some reason when I go to the bottom, hovering is not working Source can be viewed using "View source" Please tell me what to do Also, I wanted to ask how to debug in such cases as when I wrote document.write("something here"), the moment it …

Web Development javascript
Member Avatar for xempth
0
113
Member Avatar for GTX

I'm just the master of disaster when it comes to PHP.... anyways, here's a new error: [code] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>300 Multiple Choices</TITLE> </HEAD><BODY> <H1>Multiple Choices</H1> The document name you requested (<code>/Forum2/includes/tiny_mce/langs/.js</code>) could not be found on this server. However, we found documents with names similar …

Web Development php
Member Avatar for DanceInstructor
0
89
Member Avatar for aamirbabar

hello everybody: i am new to VB.net I have to design a custom web server control which validates itself on client side and server-side. which means that i would not use a seperate custom validator for validation, but it should be a part of the custom control itself.and this validation …

Member Avatar for f1 fan
0
200
Member Avatar for jo22

Hi, i am writing a questionnaire in javascript to which I want to create questions that are dependent upon each other, and so are only displayed according to how a user answers a particular question. question 1 reads like this... <div class="start" id="main"> <form name="eBayform"> <h3>1) Do you have a …

Web Development display javascript
Member Avatar for campkev
0
133
Member Avatar for KeithMcL

I figured it was time that a revised edition of this tutorial be written up. So, I asked Dani if it was ok and well..... here it is :D This revised edition includes how to make your forumhome, forumdisplay, showthread and who's online sections all show search engine friendly urls …

Web Development html-amp php session vbulletin
Member Avatar for alphinho
0
5K
Member Avatar for fogofogo

Hello folks. I have a question about using php to select a file according to date. I am working on a project that uses xml to display horoscopes on a website. The xml feeds are ftp'd onto our server and have a different file name depending on the date. Unfortunetly …

Web Development display php xml
Member Avatar for fogofogo
0
90
Member Avatar for aparnesh

Does anyone know any good javascript forum (something like this forum) where I can search for answers to my problems and post any problems that I face ?

Web Development first-post javascript php
Member Avatar for aparnesh
0
153
Member Avatar for rcasinillo_s

Good day! Could you check this I got error messages: Warning: chmod() [function.chmod]: No such file or directory in /eort/www/httcs/nah/eng/testing/upload.php on line 21 Warning: move_uploaded_file([url]http://www.nwafh.med.sa/Uploads/DSC00197_mail.jpg[/url]) [function.move-uploaded-file]: failed to create stream: HTTP wrapper does not support writeable connections. in /eort/www/httcs/nah/eng/testing/upload.php on line 22 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/var/tmp/php.haqFa' to …

Web Development file-stream first-post php
Member Avatar for paradox814
0
257
Member Avatar for rcasinillo_s

Anybody could help me how to configure database/table images in MySQL ? Thanks. Roland

Web Development mysql php
Member Avatar for rcasinillo_s
0
139
Member Avatar for michael123

I want to use PHP mail() function to send email to hundreds of users, in mail function I can set mail list like: $sendto="user1@abcd.com,user2@xyz.com,user3@yahoo.com,....."; But in this way when user receives this email, he can see all the email recipients at the top, I want to hide this info, is …

Web Development email php
Member Avatar for Dani
0
224
Member Avatar for delite

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /data/9/0/24/113/676928/user/690291/htdocs/inc/_up_index1.php on line 40 This is the error i get every time when any of my php scripts try to read/write in my mysql data base. This is _up_index1.php [PHP] <? $test_act['new_tranzaction']="OK"; $test_act['tranzaction_details_started']="OK"; $test_act['tranzaction_details_pointing']="OK"; $test_act['accept_tranzaction']="OK"; $test_act['reject_tranzaction']="OK"; $test_act['tranzaction_details']="OK"; $test_act['payment']="OK"; …

Web Development email mysql php sql
Member Avatar for rcasinillo_s
0
181
Member Avatar for Swapna Nair

Hi, This is my first question to the forum. I am developing a table which gives/lists all the configured items of a network element. Some of the column data are too large i.e, more than 60 characters. I am exploring on making all the columns in the table resizable( i.e. …

Web Development javascript
Member Avatar for Swapna Nair
0
203
Member Avatar for niran

HEELP!! I am working on this project and I am trying to create tutor groups and allocate students to it automatically based on the number of students. The max number of students in each group is 20 but can be less than 20. I have been able to code is …

Web Development asp display
Member Avatar for Twiggie
0
131
Member Avatar for montysden

Hi My name is Phil and I live in Lincolnshire.UK. I've been designing websites mainly as a hobby for 2-3 years mainly using Frontpage 2003. I'm very interested in getting to grips with Javascript and have just bought a few second hand books to study and put into practice. The …

Web Development javascript
Member Avatar for Dani
0
65
Member Avatar for tgreer

I've developed a few ASP.NET applications in the past, develop C# windows apps all the time, but am just now developing my first ASP.NET 2.0 app. I'm having a nightmare getting a database connected. Everything is on my local machine, including IIS Visual Studio 2005 Professional Latest .NET Framework 2.0 …

Web Development asp asp.net visual-studio
Member Avatar for campkev
0
179
Member Avatar for blackhawk982

Does ne1 have an already made script for a blog to put on ur page!i had a blog but it only let me post not the ppl visiting the site :mad: ! if you do have a premade code plz post it!

Web Development first-post java java-jsp
Member Avatar for tgreer
0
162
Member Avatar for Naters_uk

I need some assistance with disabling web control button. First, i need to check if the value related to the button is in the listbox. This is done. If the item is in the listbox, disable the button. I am thinking the possibility of using a loop statement. However, i …

Web Development asp.net
Member Avatar for Naters_uk
0
322
Member Avatar for rev4eva

I have tried to connect my JSP codes to my database server but i seem to get an error saying that it cannot locate the driver. My normal java codes to retrieve data frm database works fine but not my JSP codes. I m a bit lost in the configuration …

Member Avatar for sangamesh
0
201
Member Avatar for himerus

The following script will take your variable [b]$comments[/b] and filter out any bad words. [b]eregi_replace[/b] is case-insensitive, so it will take out the word, no matter the way it is input. [php] $bad_words = explode('|', 'badword1|badword2|badword3|etc|etc'); foreach ($bad_words as $naughty) { $comments = eregi_replace($naughty, "#!@%*#", $comments); } [/php] This will …

Web Development php
Member Avatar for extermin8tor
0
771
Member Avatar for nike123

Please please please i need a bit of help, with setting my php site layouts. I have decided to use tables instead of page frames for various reasons. I am now however having some problems with getting my page to display as I wish, so if anyone could please give …

Web Development display php
Member Avatar for PoA
0
201

The End.