No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Website Administrator
- Interests
- Reading and applying; creating and experimenting.
27 Posted Topics
Hello, kindly look at my php code to insert registration data into a MySQL database. Here is the code below and further below, the error response I keep getting. <?php error_reporting(E_ALL); ini_set('display_errors', 1); $servername = "localhost"; $username = "emiola"; $password = "emmybaba2020"; $dbname = "tutors"; // Create connection $conn = … | |
Re: [QUOTE=samaru;31935]Personally, I recommend you stay with Dreamweaver. It has so many features that other authoring tools don't have. Then again, all those features may be overwhelming. For people starting off, for those who don't want to be web developers/designers, I recommend FrontPage. It's very easy to use because it resembles … | |
Re: Hello, What database platform do you want to import data your data from and into Excell? | |
Re: Hello, As you indicated, you are looking at 16 sites. Will the two boxes be able to supply the number of virtual machines? Take a look at the number of virtual servers your edition of the 2008 R2 can give you. Two, if you are taking care of just 110 … | |
Hello, Kindly take a look at the code (use view source) of this webpage [URL="http://www.qestinfosystems.com/oaaco"]http://www.qestinfosystems.com/oaaco[/URL]. The "About Us" button is supposed to have a dropdown menu but for a reason/reasons bearting me, the dropdown fails to show up on mouse hover. See the css file [URL="http://www.qestinfosystems.com/oaaco/mainstyle.css"]http://www.qestinfosystems.com/oaaco/mainstyle.css[/URL] Advice needed please. See … | |
Hello, I need my web users to send an uploaded file along with their registration data. The form will be sent via email while at the same time, the uploaded file will be stored in a folder on my server. Take a look at the code please: [CODE] <?php if(isset($_POST['email'])) … | |
Re: You have to state your file move part with something such as "\\192.168.0.23\ ... until you get to the final file destination. I think it is similar to trying to access another machine on your network through a browser such as \\ipaddress of the machine\ I hope this works. | |
Re: Yea me too. I have downloaded the applications but I was only able to try out oracle10 express. I have to some extent mastered SQL and way into PHP at the w3school site. My question is that can I use my same system to set up as my database server … | |
Re: How do you mean in Windows? It will be better understood if you will expantiaite on "activate it in windows or Ubutu". Do you want to connect to your database from your windows operating system such that you will be able to export/import data? If yes, let the forum know. … | |
Initially I was using a switch to connect all my 5 desktop systems using one of them as my internet server/gateway. On that particular internet server-desktop pc, I use the Sierra wireless Aircard 580 modem which I adapted with a pcmcia-pci card. I used the ICS to share out internet … | |
Re: hello friend, I could be of assistance too. Just mention one thing you'd like to do and let's see if we can throw in some practice! First thing though: You must get this book to open your eyes and depending, turn you to a pro within three or four dedicated … | |
Hello forum members, Due to the very slow speed internet access I use, I find it almost impossible to successfully download and burn any linux installation live cd (especially ubuntu and fedora10). I have been reading studiously in preparing myself technically for server administration using linux for the past four … | |
Hello forum members, Due to the very slow speed internet access I use, I find it almost impossible to successfully download and burn any linux installation live cd (especially ubuntu and fedora10). I have been reading studiously in preparing myself technically for server administration using linux for the past four … | |
Re: POINT 1 : Yes you can distribute internet connection/access throughout the network. Just don’t be afraid. BREAKING UP THE NETWORK INTO SMALLER UNIT LANS AND USING ROUTER AND ETHERNET SWITCH IS THE SECTRET. POINT 2: Router is the device used to receive internet right from your internet source (either directly … | |
Re: Hello Newbie. You don't need to do so much. Really PHP script is simple to write. all you need is make your code like a lawyer builds a case. Let's see if I can use your code to explain somethings to you but right away, I have an issue with … | |
Despite the fact that my script runs perfectly well on the server, it fails to submit form data into mysql database. Kindly look into this for me. see code below: [code=php]<?php> $dbcnx = mysql_connect("localhost","user_name","password"); if (!$dbcnx){ exit('<p>Unable to connect to the database</p>'); } If (isset($_POST['submit'])) { $SchoolName = $_POST['SchoolName']; $SchoolEmail … | |
I keep on getting this message: Parse error: syntax error, unexpected T_ECHO in /home/lsschnln/public_html/Registration Form/quiz_regedit_2.php on line 32 after running the script [code=php]<html> <body><?php if (isset($_POST['submit'])) { $to = "quizentry@lagosschoolsonline.net" ; $subject = "Quiz Entry" ; $SchoolName = $_POST['SchoolName'] ; $SchoolAddress = $_POST['SchoolAddress'] ; $Locality = $_POST['Locality'] ; $MobileNumber = … | |
Dear friends, Kindly look into this code below for me. I intend to use it to send my form data(not validated) to an email address. After I filled the form and running the code, it is the else echo statement ("Form not properly completed") that i keep recieving. However, I … | |
I have been finding it difficult to understand the error statement I recieved from my php file using the code below. I keep on getting this result: [COLOR="Red"]Parse error: syntax error, unexpected T_STRING, expecting '(' in /home/username/public_html/application_form.php on line 28[/COLOR] [code]<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD … | |
Re: [QUOTE=Mujahid MMS;782777]I am starting to learn php and web designing but I don't know how to start so I need your help.Some tutorials and environment on which I will do programmig. Please help me. Email me at <EMAIL SNIPPED> Thanks[/QUOTE] Visit [url]www.w3schools.com[/url], you can also visit sitepoint to read the … | |
Re: Microsoft frontpage is really good depending on your dedication and it is simpler than dreamweaver. I have been using it for the past 5 years and almost all my sites were developed using it. Please note that dreamweaver is also very good to use. In fact there are some browser-side/server-side … | |
Re: I am having similar problem rigth now. I installed the MySQL ODBC driver version5.1 and I've configured my database on the server. I supplied my server name (mydomain.com), my username(myserveruserid_databaseuser), my password(myserveruserid_password) and my database name(myserveruserid_mydatabasename). However, upon clicking test connection button, below is the connection parameters result: Connection failed: … | |
Hi, I have noticed that a lot of newbies using MySQL ODBC driver on their Windows often come across difficulties testing the connection despite that they have created the database on their servers. If you can put our members through in step wise fashions, please respond to this tread. It … | |
Re: 2eXtreme, Have you downloaded any version of the oracle database (oracle 10g, and recently 11g)? I use the oracle 10g express edition installed on my local PC to connect to my database. you can download any version by first hooking up to the oracle.com website, register and then dowload and … | |
Re: Calvin, If I may ask, of what web management is the combination of WAMP especially with the involvement of WindowsXP? I need some information on this for futuristic purposes. Hope to recieve your response soon. Thanks. | |
Re: If I may ask, 1. what operating sysytem are you using? 2. What HTML editor are you using? 3. Do you know how to add a database like MySQL on your web server? Kindly send your replies and from there, the forum will know the next steps necessary. | |
Hello Forum members, My name is Emiola Taofeek. I joined daniweb in a determined search of knowledge on ASP scripting. I am a graduate of Biological Sciences from the university of Abeokuta (UNAAB) Ogun State, in Nigeria. My determination to become a business owner drove me into web design and … |
The End.