52,566 Archived Topics
Remove Filter ![]() | |
Hey, I've just uploaded some stuff to server and it works fine but theres a big error message through the screen saying "undefined variable seacrh at line 15" Code: [php]if(isset($_GET['search'])) if(!isset($cmd)) { $search = $_GET['search']; } $keywords = explode(" ", $search); <--- line 15 [/php] Also is there any way … Web Development php | |
ive got a [B]Parse error[/B]: syntax error, unexpected T_VARIABLE on this line: [code]$dboutput = "//database vars \n" "$dbtype = '".$dbtype."'; \n" "$dbhost = '".$dbhost."'; \n""$dbtype = '".$dbtype."'; \n""$dbname = '".$dbname."'; \n""$dbport = '".$dbport."'; \n""\n" "$database = array($dbtype, $dbhost, $dbname, $dbpass, $dbport);";[/code] any idea of whats wrong with it? Web Development php | |
hi, it is giving me headache to write data from a php file to mysql( i can read from the table but cant write) here is my connect.php which connects to mysql: [CODE]<?php $mysql_host = "localhost"; $mysql_user = "sam"; $mysql_pass = "123456"; $mysql_data = "website"; $mysql_table = "shoutbox"; mysql_connect($mysql_host,$mysql_user,$mysql_pass) or … Web Development first-post mysql php | |
i can't see where is the Invalid character with the SQL statement below. i can't see where i miss any character or i added extra characters. mySQL = "UPDATE table SET col1 = '"_& rA & "', col2 = " & rB & ", col3 = " & rC & … | |
Ok here it is in this forum, I am looking for how to do Info Tags - NOT a popup as I do not want to use the javascript Window.Open- I want something like the smart tags, but like the nice info windows that appear here in the DaniWeb Forums.. … Web Development asp.net javascript | |
Hi, I'm creating a membership style website and I have set the session timeout to 10 minutes (for now). Ho do I redirect the user to a certain page (automatically) if the session has timeded out ? For example... For some online banking if you login and leave the computer … | |
hi, i am stuck. i am working to create an animation using asp.net(Visual studio2005). the nature of animation is : an object(foot ball) will move between or among the player after drawing lines and ball will move from one player to another player as per my drawing after pressing a … | |
i am using vs.net 2003. I have do the delete function in the datagrid. Bu the problem is when i run in IE, the "Error on page" msg will occur the the bottom of IE when i click "delete". Please help me.... below is my is the print screen for … Web Development asp asp.net dataset first-post javascript open-source session visual-basic visual-studio web-server | |
I'm looking for[B] two Web Developers experienced in E-commerc[/B]e projects preferrably within tourism industry but this is not crucial. Key skills: [B]ASP.NET, C#, SII, SEO.[/B] A globally recognised company is looking to bring on board a couple of Web Developers who know what they want and can prove themselves. This … Web Development asp asp.net first-post operating-system seo | |
i've been doing some research on fs command, but i haven't found a true answer to my problem. What i would like to do is load an image into a flash file using the loadMovie("image.jpg") command. I want to do this so i could use the same flash container on … Web Development flash javascript | |
| |
Hi everyone, I'm pretty new to Javascript and I guess I'm pretty nooby at it so I have a problem with some Javascript I'm trying to write. Basically I'm creating some Javascript that will allow me to calculate someone's Body Mass Index (BMI) and so far with my code have … Web Development javascript xml | |
[code]<script type="text/javascript"> if(location.href.match('act=Post') || location.href.match('act=Msg') || location.href.match('index.php?')){ function document.write('<input type='button' onclick='if (window.Jacuba) Jacuba.applyTo('class: textinput')();' value='Spellcheck'/>') } </script>[/code] Web Development first-post javascript | |
Im using an iframe to display data (recent topics) but im wondering if there is a better way to do this that will not slow page loading as much? hereis current code [code] <table width="83%" td align="center" cellspacing="0" id="submenu"> <tr> <td align=left> <table width="100%" height="80px" border="0" cellspacing="0" cellpadding="0"> <tr> <td … Web Development javascript | |
hi, I am trying a login page for my website. the login page works fine and i can take the username using sessions to the welcome page. now my question: would i be able to retrieve(show) data from mysql according to the username that i have in session? thanks | |
Ok here is my code: [code] <html> <head> <title> PHP Test Page </title> </head> <body> <?php echo date("H:i"); echo gmdate("M d Y"); $counter_file = "count.dat"; if(!($fp = fopen($counter_file, "r"))) die ("Cannot open $counter_file."); $counter = (int) fread($fp, 20); fclose($fp); $counter++; echo "You're visitor No. $counter."; $fp = fopen($counter_file, "w"); fwrite($fp, … Web Development php | |
What will a flash xml client socket connect to? I have a working php TCP/IP server socket bound to a port >1023 and the flash client will not even connect to it. I can connect to it with non-xml client. Can anyone explain this to me - it has been … Web Development client-server flash php xml | |
Hello All, I am trying to perform a simple calculation while in the edit or insert twmplate in a FormView. I am using Visual Studio 2005 and C#. I asked this in the C# forum but not much help. Here is what I have now: protected void Button1_Click1(object sender, EventArgs … Web Development asp visual-studio | |
I am learning JSP can anyone tell me how shall i proceed with JSP I mean what should be sequence of things that will make learning convinent for me Please do suggest me which kinda aaplication i should make in JSP........some ideas I have done core java and servlets Web Development java-jsp | |
Hi....i am now doing the e-book authoring tools...but i have face the problem...i wan to do a "save function" that can save as any type of file. But in my coding only can save as html and text file.. Beside that, i also wan do "open file function". I wan … Web Development javascript | |
[quote=WolfPack;194658]Feared as much. :sad: Guess the only option is to copy it to notepad and view it there. :cheesy: Thanks Dani. :thumbs up:[/quote] Hey, anybody know any javascript for scrolling a page up to the top?, I know I could use <a href=#> links - but I guess theres a … Web Development javascript | |
hi, is there a way to delete data in mysql using the 'date' column, i have a table with name message and date. if the date is say yesterday then delete the row.... it is for the shoutbox i am implementing, so i need to delete one messages from yesterday. … Web Development php | |
Is there a free Host in the Net ... which host ASP and MySQL do anyone of u know..please post if u know..... Web Development asp first-post mysql | |
hi to all! I'm just new here, I'm a sophomore student using asp.net (c#) & asking for some help.. :?: **I'm having a hard time inserting date in my database.. I used separate dropdownlist for the month, day and year and I want to bind it & insert it to … | |
Good Evening, I am looking for some help with code that I found on Dynamic Drive here: [URL]http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm[/URL] I am trying to use it on this page: [URL]http://www.amandapopephotography.com/gallery2.php[/URL] here is the code I am using: [code=html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <head> <title>Amanda Pope Photography</title> <meta name="keywords" content=""> <meta … Web Development html-css image javascript legal | |
Hi buddies I want to implement VSS(Visual Source Safe) and am having XAMP. I have searched for the info and it says JRE is a must for VSS to work and it come by default if we work on IIS server. But mine is XAMP:sad: What should i do? :?:Please … Web Development php | |
I am trying to build a website that will provide visitors an option to view almost all of the pages in multiple language. Is there any PHP CMS that will allow me to do that? | |
Hi, I have created a commenting system which could be used for commenting articles posted. The trouble is that after doing all the development I am stuck with pagination.The architecture to store comments is to hold in filesystem in the following way. Article {Folder 1} Reply 1 Reply to 1 … | |
I am new to JSP and was trying a very simple program that adds/Divide/multiply/Subtract 2 numbers I am taking two numbers from a web page and as per the button pressed performing the action on JSP page. I have kept a vraiable c for output If i write int c=0 … Web Development java-jsp | |
Hello, I am attempting to create a session class. I want it to be able to store all kinds of data about the current session, such as member information, authentication, application data, or any other structures that would be unique to any given user. If I were to create a … | |
hi I am working in asp.net amd vb.net I want to show and disappear images by taking and bringing out mouse from a menu control how to do this how to use onmouseover for an as.net control in asp.net 2.0 plz guide | |
Hi, I have confused in the terms of www and www2. For what purpose really www and www2 are used in webservers. I have searched but Iam not found a good result. Can anyone tell why the term www, www2 and www1 are used in webservers and for what purpose? … Web Development php | |
Hi guys, I need some help with setting up and using joomla on my site. If you wish to help me, this is some stuff you should know: I want someone to help me for free but I will still pay every now and then if they do something for … Web Development first-post php | |
Hi Experts, I have written a Servlet file which sends email to a user .When if i run that servlet file in command Prompts it sends a email .Now i want that servlet file to be automatically executed inside my Tomcat server within a stipulated Time . Sothat it can … Web Development email file-system java-jsp web-server xml | |
Hi My hosting company no longer permits connection to any port other than standard ones and I am in the middle of a project that is best solved via sockets (I think). I use a mysql database and connect to it via php. I need 4 people to use client … Web Development client-server flash php socket-programming | |
Hi, In symfony , if i have two modules. module A has functino to get the details and corresponding template has a list of comments to show from filesystem. But comments i want to keep as a seperate module and this asks me to skip from one action to another. … Web Development php | |
Here is my code I need help with: [code] mysql_connect[B]($host,$username,$password);[/B] [B]@[/B]mysql_select_db[B]($database)[/B] [B]or[/B] die[B]([/B] [COLOR=#008000]"Unable to select database"[/COLOR][B]);[/B] [B]$query[/B] [B]=[/B] [COLOR=#008000]"SELECT DISTINCT info647_crse . crsdesc , info647_crse . crsprice FROM info647_emp JOIN info647_reg USING ( empno ) JOIN info647_off USING ( offerno ) JOIN info647_crse USING ( crsno ) WHERE empno … Web Development php | |
Hi again. I've been tackling another tutorial which isn't working fully, basically it lists records in a table and an insert link sends the data to a text field which can then be modified. The data is displayed fine but when selected the form does not recieve the information. Its … Web Development first-post php | |
hi guys i've this problem with a page having [code]copy()[/code] to copy a file from a website well it works on apche and winxp but when i put on the server (running win2000 and IIS)the page does not load i anyone hav an idea wht the heck is the problem Web Development php | |
I have a question about how to manipulate php string. For example, I have a text string: $text=" ---<updated:12/20/06>--- this is 2nd entry ---<updated:12/19/06>--- this is 1st entry "; Now if I want to remove "---<updated:XX/XX/XX>---" and only display: this is 2nd entry this is 1st entry how can I … Web Development php | |
On Page One of my application, I have a dropdown list that populated by a SQL query. The list displays the "Text" of the items on the list, but the values (that will be passed are the indexes from the database table) . The user can select multiple items from … | |
require 'action_mailer' ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.server_settings = { :address => "address", :port => 25, :domain => "domain.com", :user_name => "myid@domain.com", :password => "password", :authentication => :login } ActionMailer::Base.perform_deliveries = true ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.default_charset = "utf-8" i have used the above code to send a mail in /config/enviourment.rb and its … Web Development ruby | |
can anybody tell me how to define multi demensional array in ruby on rails. thanx buddies for previous replies and for this in advance. Web Development ruby | |
Hey, I am trying to get a sound to play when the user moves the mouse over on of my links. I don't know javascript, I just copied this code from a book, so it's probably something simple. Here is my code: [CODE]<script language="JavaScript" type="text/javascript"> function playSound() { src="misc020.wav"; } … Web Development javascript | |
Hi, After letting it go a few months ago, I'm back to learning PHP. At the moment I use it on WindowsXP with Apache and MySql. I dont want to reinstall my computer but want to go the whole LAMP way by using Linux. So got myself a cheapish laptop … Web Development apache laptop php user-interface | |
My javascript does not work in any browser except windows IE... WHY Please just give me an example of some javascript that works in mozilla Here is example of my source... [code] <script> var x = 400; alert(x); alert("This works in IE, but not Mozilla, why!!!!!!!!??????????"); </script> [/code] Web Development javascript | |
hi, I am creating a contact us page with php and html. everything works except for the actual receiving of the email. I am using php and apache on localhost but i am connected to internet. What i am trying to ask is: is it possible to send email using … | |
hi every1 i m using jsp in jbuilder9 to create a website i have 2 drop down button a1 and b1 when i select a option in a1 the values of b1 comes if i change the value of a1 then the value of b1 also changes. then i have … Web Development javascript | |
i have just aquired a site [URL="http://upithere.com"]http://upithere.com[/URL] .... im looking to give it a face lift. what i want todo is at least make boxes on the left and right sides for ads. here is how hosted images look...[URL="http://www.upithere.com/view/9607.html"]http://www.upithere.com/view/9607.html[/URL] i think it would look nice to have some ads on … Web Development php |
The End.