52,566 Archived Topics
Remove Filter ![]() | |
Here is my date code [QUOTE]<%= FormatDateTime(strDate, 1) %>[/QUOTE] I just put this in but it is showing Saturday, December 30, 1899 and wont change. What is wrong??? Wacko [url]www.wackosonline.com[/url] Web Development asp | |
I'm going bald anyhow and this thing is getting me pulling the last of my hair out. I have installed the latest .Net framework on XP Pro running SP2. It creates the following folders... c:\windows\microsoft.net\framework\V1.0.3705 (this has only 4 files in) and \V1.1.4322 (this seems to have the full suite … Web Development asp asp.net microsoft microsoft-windows | |
I'm ujsing php 4.0.3 with apache web server. generally i use mysql. but i have to use mssql for another reason. so i am using ODBC for this purpose. but the "odbc_fetch_array()" is not work. says, undefined function. but as far i know, this function should work with this version … Web Development apache mssql mysql php web-server | |
I have just finished a very careful (I thought) session of loading mods. I was sure to have backup versions of every file I effected, and I tested each mod in turn, if they didn't work I scrapped the idea of the mod and put back the old files. Anyway, … | |
Ok, the company I work for require the vacancies datagrid located at [url="http://www.goldenwest.org.au/vacancies.aspx"]http://www.goldenwest.org.au/vacancies.aspx[/url] to be printable. I have made a new project that shows all records in the datagrid and the datagrid takes up the whole page. What I want to do, is when it is printed, no rows are … Web Development asp.net | |
Hi guys. Could someone please tell me; is there a way of making an avatar disappear from the gallery after someone has selected it? I am working with the adinfinitum phpbb template. I'm fairly new to the phpbb code, but I have managed to get a little forum on the … | |
Hi I am creating some error trapping code that will email me when a error occurs in asp code. Alot of the code works, except perhaps one of the most vital pieces of information line number of the error I have tried ASPError.Line & set objErr=Server.GetLastError() objErr.Line & Err.Line I … | |
I am a second year IT student who is working on a project using PHP(frontend) and MySQL(backend). I am brand new to these softwares which are not being touch in class. I have 2 questions: 1. How do I populate fields (textboxes) in a html form from a selected item … Web Development first-post mysql php sql | |
Hopefully I will be welcomed to this discussion. I'm a little intemidated by cscgirl... not really. I'm relatively new to .NET, but I've been developing for about 5 years. I don't have any major projects under my belt that haven't been destroyed by new webmasters. I'm realizing that .NET is … Web Development asp asp.net client-server pdf sql visual-studio | |
I have no problem to insall php engine in the past and I installed it many times in before. However this the time I got this error message and I don't really how should deal with it. the error message says: ----------------------------------------------------------------------- This application should be called only by the … Web Development php | |
I'm trying to pass the value from a radio button to a second, and then a third page. I can pass all other values with no problem, but no value comes from the radio button. Any ideas? Web Development php | |
I found this [URL=http://www.allsyntax.com/tutorials/view.php?id=3&page=1]PHP Tutorial[/URL] and thought it was very good. Web Development php | |
Hi .. i was trying to install MySQL apache server and php4. i did instal MySQL and Apache and they did work fine on.. but php didnt get install properly, i installed MySQL and Apache on D. and Php in C drive its a same hard disk though, do u … | |
And I need help with setting up and installing PHP as well. :D Ok, fact of the matter is, I am SOOOOO lost and confused that I am about to give up on the whole thing!! I've got the PHP files upload to the hosting site, and I followed the … Web Development php | |
Dont laugh... :o I recently purchased a php nuke template at the template monster and dont know how to upload it properly to my server. I have all the required bits and pieces running but there instructions are a bit vague Hi Willie, To install a PHPNUKE theme you need … Web Development php | |
i've been trying to install apache and every time i do: make install the final step in installing it... then i update the httpd.config file and i try to start the server it gives me the following error: mod_sock: unable to bind to 0.0.0.0:80 cannot open log files.. im installing … | |
Hello. I am new to this forum. I am not a web developer, but I am willing to learn. I am a network tech. So here is what I need to do: I need to be able to list and sort by date some files in a folder on another … | |
How do I reference an application state variable from a .net component class? I know how to do it from a web page, eg. application("myVariable"). But this doesn't work in my business object. Web Development asp.net | |
Hey, how're you doing today? My name is Robb Moceri and I have been working on a website for somebody and I ran into a very complicated problem(complicated on my end), and seriously cannot find the answer. Like I said, I am working on a site... they wanted me to … Web Development php | |
I've at least *seen* PHP code before, and have modified my own phpBB forum moderately. However, I've been set a project to build a web interface for recording skittles scores (like 10-pin bowling, but with 9 pins!!), and producing a nice ordered table with player names, number of games played, … Web Development data-structure mssql mysql php phpbb | |
When I start up my application from within VS .NET the Sesssion_Start fires twice and my counter goes up by 2s. Why? Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) ' Fires when the session is started Application("SessCount") += 1 End Sub | |
Hey all, Just wondering if there was an asp .net control out there, which allowed me to specify a folder full of images, and then change them all to thumbnails (with links to the actual image) and display them somehow, like in a datalist or something. I suppose I could … | |
I am new to ASP.Net. I have Visual Studio.Net 2003 Professional running on Windows XP Professional. When I try to create a new Web Application in Visual Studio, I get an error message saying that a connection cannot be established with the server, "localhost" on my computer. However, when I … Web Development asp asp.net visual-studio web-server windows-server windows-xp | |
[size=4]Core PHP Programming: Using PHP to Build Dynamic Web Sites[/size] [b]by Leon Atkinson[/b] More of a reference book ... and a mediocre one - Don't expect to learn much from this book. The tutorial is mediocre and so is the reference. This book could've fit in about 100 pages or … Web Development php | |
i dont have a server and dont want to set one up becuase apache never works for me but i would like to test my php scripts so is there like a way of using an ide for php i also need one for java. | |
This command working but i do't understand it ??? i am writing funtion in which it using please guid me.. <?php $dbHost="localhost"; $dbLogin="root"; $dbPassword="123"; $dbName="test12"; $query=""; $error=""; $mySqlError=""; $connect = mysql_connect( $dbHost, $dbLogin, $dbPassword ) ; if ( !mysql_select_db( $dbName ) ) { return "<p>Error: Database[ $dbName ] could not … Web Development php | |
welcome, i need a help to how make a setup.php or install.php to install my fourm on apache. thanks | |
I can not get my form to work. here is the code <% @language="VBSCRIPT" %> <% Dim myMail, myBody myBody ="website title: "& request.form("websitetitle") & vbcrlf & "websiteyurl: " & request.form("websiteurl") & vbcrlf & "websitedesciption: "& vbcrlf & request.form ("websitedes") & vbcrlf & "link: " & request.form("link") & vbcrlf & … | |
Hi I wanted to make a shopping website, not exactly shopping but somewhat like that. I dont know how to use php or my sql so i wanted to know which CMS or portal system will help me out.I am just naming the few scripts present in fantistico,can any one … Web Development cms first-post open-source php sql | |
Hey guys. I just want to know how would I write a stored procedure in SQL server 2000 to read, and another to update a Text data type field. I also need to know how I am able to execute this stored Procedure in asp .net using vb .net. My … | |
Hi all, I'm trying to see if this programmer knows what he is talking about. I'm going to be changing all my files from .phtml to either .htm or .php I have a small amount of php on my site... [url]http://www.exoticpublishing.com[/url] This programmer is saying that I can change it … Web Development php | |
A friend told me that it is possible to change the header of a html web page using the vb .net code. Is this true? If so how do you do it? | |
Greetings, This is my first post in this group. I am new to php script language. I am trying to use it get stock information and plot them in my way. A lot of examples showed to get stock quote in csv format from yahoo finance. In stead of quote, … Web Development finance first-post php | |
i have an idea for an rpg that i want up but i dont know rpging, if anyone would like to help please email me. but here is the idea. u register, login, and the train ur member. in the training screen, u get skill points and xp points. after … | |
Does anyone have a list of invalid email characters? Specifically, I need to find out if "&" is invalid. Is the following a valid or invalid email address: jack&jill@apple.com ?? Thanks, Ken | |
Thank You for taking your time to read this. Well, the subject kind of tells it all. I have built an webshop, but would like the order to be place in an text file insted of mysql. This text file has to be in an csv format in order to … Web Development file-system mysql php | |
Where I have to put PHP files on Internet server. Do I have to put them on personal server. Please, do you know any free web hosting sites. Web Development php web-server | |
Hi all, I have been working in software development field for the last 13 years, most of my projects were done FoxPro, Visual foxpro, SQL server database backend and some of the small projects in VB(not good VB programmer). all my applications are desktop, client server applications. now I wanted … Web Development asp.net client-server sql web-server | |
I need to add a paypal 'add to cart' button to my page to submit the contents of my table to a shopping cart. The contents of the table are variables as they are from a sql query. Does anyone know hoe I could get the paypal link(script below) to … Web Development first-post image php sql | |
Ok i am getting very annoyed with myself, i am currently modding my forum, can somebody please tell me which template the forum list is in? :o I know that in FORUMHOME it is called by $forumbits Thanks in advance, YoungCoder | |
Hello, I am new to this group. I am utterly frustrated with this issue. Here is the issue: The entire variable is replaced when attempting to replace only periods - it replaces the whole word instead of just the period(s). This is the code that is giving me the problem. … Web Development asp | |
I recently post a thread asking if IIS can run on XP Home Edition. The answer that I got is NO. I recently upgrade my laptop to Windows XP Professional. I really want to start learning ASP. Can I now just start writing ASP codes or do I now have … Web Development asp asp.net first-post laptop windows-xp | |
I could not find a great place to post!!! I wanted to say hi to everyone and I can see that this is a great forum. I am mainly here to learn the vbulletin mod_rewrite, which i tried on my test forums and I need some help Thanks Mike Web Development first-post php vbulletin | |
Hi everyone I made a villa website for my dad, and now that i'm learning php, it would be nice to put it to good use, i've allready tried out php on other pages for various things - forms ect. But now it would be great if i could let … Web Development php | |
Hi, I have apache, php, phpmyadmin, and mysql in my computer. I could connect to mysql and manipulate database well before. But for an unknown reason, I can't do it now. Each time when I tried to do this, it gave an error message as "Can't create TCP/IP socket (10091)". … | |
i cant get a login script to work so imma take the easy way out and ask if ne1 will give me one plzplzplzplzplz :cry: Web Development php | |
hi my friends :lol: today i want to ask about important something iam make page to know the user and his password the code for this page will ----------------------------------------------------------------------- <html dir='ltr'> <head> <meta http-equiv='Content-Language' content='en-us'> <meta http-equiv='Content-Type' content='text/html; charset=windows-1252'> <title>User name</title> </head> <body> <!-- welcome text --> <b> <marquee width="40%" … Web Development first-post php | |
I would like to know if it is possible to communicate Queries using XML from an application written in VB6 to a website written in ASP.NET. I would need to send and receive everything from a small integer to a medium blob. Also, the database backend is MySQL. This is … Web Development asp.net visual-basic xml |
The End.