Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
32% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for sting23

I need to put time and date in the script, anyone please help[code]1. questions <?php $qid = "Quiz ID-00"; ?> <html> <head> <title><? echo "Gamers Pub $qid"; ?></title> </head> <body> <p><h3><? echo "SiteName $qid"; ?></h3></p> <form action="/forums/results.php" method="post"> <p>Username: <input type="text" name="name"></p> <p>1.) Question number one is?<br> <input type="radio" name="q1" …

Member Avatar for boomop
0
247
Member Avatar for sting23

Hi I'm currently creating a basic math tutor for kindergartners and i'm using dreamweaver 8 as my text editor with PHP and MySql. One of my modules involves lessons in which i would want to put addition and subtraction and i have created a flash documents to demonstrate(addition and subtraction) …

Member Avatar for HITMANOF44th
0
57
Member Avatar for SCoder1

Where do I save my data? I've been at this for hours!!!!! Where's Doc_Root located?

Member Avatar for sting23
0
84
Member Avatar for sting23

hi im still a beginner in PHP and this is the code i have so far and it only calculates value of two numbers put in manually. I want to generate two numbers and add the values. [code] <form name="form1" method="post" action=""> value1: <label> <input type="text" name="value1"> </label> <p>&nbsp;</p> <p> …

Member Avatar for manishmannan
0
1K
Member Avatar for sting23

I'm currently doing my research on intelligent tutoring systems that can be applied in kindergarten curriculum s. The main focus here is creating prototypes, testing and reporting the outcomes. I have a difficulty though in putting across the rationale or problem statement. Any ideas of sources i can search for. …

0
56
Member Avatar for sting23

Hi Guys, im currently working on creating a visual learning aid using Macromedia Director Mx i need it to be as effective as possible, any ideas a part from the basics

0
32
Member Avatar for sting23

//program for salary payroll #include<iostream.h> #include<stdlib.h> class employee { char name[50]; int number,worked_hours,PF,HRA,salary,net_salary; public: void read(); void calculate(); void display(); }; void employee::read() { cout<<"enter the employee details here"; cout<<"\n enter the employee name"; cin>>name; cout<<"\n emter the employee number"; cin>>number; cout<<"\n enter the employee worked hour"; cin>>worked_hours; cout<<"\n enter …

Member Avatar for muzaffar85
-2
125
Member Avatar for sting23

Dim conn As ADODB.Connection Dim rs As ADODB.Recordset Dim ans As Integer Private Sub br_Click() Form27.Show End Sub Private Sub bsm_Click() Unload Me Form3.Show End Sub Private Sub Command1_Click() If Text1.Text = "" Or Text2.Text = "" Then MsgBox ("please enter user id and password") Text1.Text = "" Text2.Text = …

Member Avatar for AndreRet
1
162
Member Avatar for sting23

Im trying to make a simple system using VB and Access. Does anyone have requirements list for such a system? I have the basic ones but if i can get a few more it wont be too bad. Thanks

Member Avatar for AndreRet
0
116
Member Avatar for sting23

i have a few days to design a system(payroll) using C++. does anyone have the source code thank you

Member Avatar for ithelp
-1
135
Member Avatar for sting23

#include<fstream.h> #include<iomanip.h> #include<conio.h> #include<iostream.h> #include<stdlib.h> #include<string.h> #include<time.h> #include<iomanip.h> //-----------------------------------------------------------------\par \par \par class inventory\par \{\par \tab char name[25];\par \tab int code,copy;\par \tab float cost;\par \tab char stock[3];\par \tab char datestr[9];\par \tab char timestr[9];\par \par \tab public:\par \tab\tab void rdata(void);\par \tab\tab void wdata(void);\par \tab\tab void menu(void);\par \tab\tab void display(void);\par \tab\tab void mainpage(void);\par …

Member Avatar for mrboolf
0
138