Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~15.4K People Reached
Favorite Tags
Member Avatar for JerieLsky

Hi, not very familiar with mysql. I have here a mysql statement: table customer: [CODE]CREATE TABLE Customer (SID integer, Last_Name varchar(30), First_Name varchar(30), PRIMARY KEY (SID));[/CODE] table orders: [CODE]CREATE TABLE ORDERS (Order_ID integer, Order_Date date, Customer_SID integer, Amount double, Primary Key (Order_ID), Foreign Key (Customer_SID) references CUSTOMER(SID));[/CODE] My question is, …

Member Avatar for Inderjeet_2
1
8K
Member Avatar for JerieLsky

I encounter an error message when I click on my submit button. The error is: [QUOTE]Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\Duplicate of Edited Site\question.php on line 17[/QUOTE] Line 17 contains the …

Member Avatar for rafaelcarioca7
0
277
Member Avatar for JerieLsky

Hi, I'm having a problem on how to query from the following tables. Here are the tables. PATIENT: PK - PatientNo - FirstName - LastName - MiddleName - Address - Age FK - PageNo PAGE PK - PageNo BOOK PK - BookNo BOOKPAGE 'Junction Table PK - BookNo PK - …

Member Avatar for pratik_garg
0
144
Member Avatar for JerieLsky

Hi.. another post from me on how to retrieve a picture of a certain person from MS Access Database using the OLE Object.. Any one who can show me some samples how? Thanks for the time.

Member Avatar for doremon89
0
180
Member Avatar for JerieLsky

Hi, I just encountered a problem with mysql connection. I don't know the main reason why it happened. But what I was just trying to do is copy the database from my laptop and transfer it to a desktop computer, when I tried running the webpage that I was developing …

Member Avatar for smantscheff
0
117
Member Avatar for JerieLsky

Hi, I'm still learning on how to upload and retrieve/display images. I have already have the idea on uploading an image onto the server. Well, I still have a problem when it comes to displaying the image which has been stored from the file server. I am actually using this …

0
89
Member Avatar for JerieLsky

Hi, im trying to upload a file(.pdf, .jpg, .bmp, etc.. ) but I'm getting this error message.. check the file I've attached, it contains the output on the page but with errors.. [CODE]<?php define("REPOSITORY", "/www/parctice/test/htdocs"); if(isset($_POST['submit'])){ if(is_uploaded_file($_FILES['fileupload']['tmp_name'])){ echo "temperory file name: " . $_FILES['fileupload']['tmp_name'] . "<br />"; echo "file name: …

Member Avatar for Javvy
0
5K
Member Avatar for JerieLsky

Hi, i don't know if i'm in the right category in posting this thread. I'm only newbie in creating webpages. I created just a simple web page made from wamp server(php & mysql), now I just want to try how to deploy it, like posting it in a free web …

Member Avatar for sudeepjd
0
227
Member Avatar for JerieLsky

Hi, I was just hoping someone can help me with downloading drivers for my laptop Acer Aspire 4710 for Windows XP Service Pack 3. Please. Thanks in advance.

Member Avatar for temelu
0
208
Member Avatar for JerieLsky

Hi, I'm having a problem, I'm using Windows XP Professional as my OS and I want to add restrictions for a limited user using my administrator account in a single PC. Isn't it if you create a limited account, there are already some restrictions made by windows, like gpedit.msc is …

0
67
Member Avatar for JerieLsky

How am I going to create a relationship from one table to another in phpmyadmin? Like a one to many relationship?

Member Avatar for pritaeas
0
79
Member Avatar for JerieLsky

Hi, im working on some project on php with mysql, and I'm only actually a beginner in programming with php and mysql. I created a table in mysql which contains several records. I have like 10 records in it. Now what I want to do is I only want to …

Member Avatar for rajarajan2017
0
107
Member Avatar for JerieLsky

Hi.. I'm trying to study jQuery and I've got a question in some parts of a code.. Here is the code.. [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" herf=".css" type="text/css"></link> <script src="jquery.js" type="text/javascript"></script> <script src=".js" type="text/javascript"></script> </head> <body> <div id="switcher"> <div …

Member Avatar for pritaeas
0
107
Member Avatar for JerieLsky

Hi, guys.. I've got this problem on CSS. What i wanted to do is like an image gallery. Luckily i found a tutorial in with this link [url]http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/[/url] In the tutorial as you hover into the thumbnail, a pop-up image shows up exactly at the thumbnail pointed to. So that's …

Member Avatar for almostbob
0
117
Member Avatar for JerieLsky

Hi guys, i don't know what 's causing this php error: [QUOTE]403 Forbidden. You don't have permission to access /Duplicate of Edited Site/< on this server.[/QUOTE] Need help. This problem actually occured when i clicked the submit button from a certain form. Thanks in advance. This is code: [CODE]<html> <head></head> …

Member Avatar for ivatanako
-1
198
Member Avatar for JerieLsky

I'm just new in php actually and this is the problem that i have been encountering lately. I actually have one .html file and .php file, on the .html file I created a form which looks like this: [CODE]<table cellpadding="0" cellspacing="5" border="0" width="500" align="center"> <form name="FAQ" method="post" action="question.php"> <span style="font-family: …

Member Avatar for ivatanako
0
228
Member Avatar for JerieLsky

I have a problem concerning with tables and object. I actually have a menu: *Home *About Us - Profile|Developer *What's New? *Features and Amenities - Enjoy life|Site Development Map|Image Gallery|Testimonials *Reserve Now *FAQ So under "About Us" menu it contains submenus: Profile|Developer. So when i point my cursor to "About …

Member Avatar for JerieLsky
0
84
Member Avatar for JerieLsky

I'm having this error: type mismatch.. i dont actually get/understand the error.. i think the error is in the WHERE clause [tblUserAccount].[UserID].. the field [UserID] is set to a data type Autonumber, and the roleUserID is set as integer.. [CODE] Global rolesDbs as new adodb.connection Global rolesRs as new adodb.recordset …

Member Avatar for vb5prgrmr
0
214
Member Avatar for JerieLsky

Hi guys, im trying to develop a library system.. i actually don't know how to implement/create a code on filtering a certain search for a certain book by using keywords.. any code snippets out there?

Member Avatar for JerieLsky
0
104
Member Avatar for JerieLsky

Hi.. gud day.. i'm a beginner in php programming, i just started today and i want to ask a question about the use of the "isset()" function. the code in the .php file comes like this: [code=php]<?php if(isset($_POST["RegisterButton"])) { mysql_connect("localhost","root","") or die (mysql_error()); echo "Connected to mysql"; mysql_select_db("myDatabase") or die …

Member Avatar for ShawnCplus
0
113