Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
4 Endorsements
Ranked #396
Member Avatar for nitos
Member Avatar for rproffitt
0
325
Member Avatar for nitos

am stuck on some lines even after reading several tutorials and answers. // set up a row for each record echo "<tr>"; echo "<td><a href='vieworder.php?ID='>" . $row->ID . "</a></td>"; echo "<td>" . $row->Subject . "</td>"; echo "<td>" . $row->Level . "</td>"; echo "<td>" . $row->Deadline . "</td>"; echo "</tr>"; the …

Member Avatar for nitos
0
130
Member Avatar for nitos

Converting mysql to mysqli. i need help av been scratching my head how to make necessary changes but its like am making more errors. please help or give direction what to change.. <?php session_start(); include("php/class.user.php"); $msg = ""; $msg2 = ""; //$submit = $_POST['btnaddnew']; if(isset($_POST['btnaddnew'])){ if(empty($_POST['txtUserId']) || empty($_POST['txtFname']) || empty($_POST['txtMname']) …

Member Avatar for diafol
0
268
Member Avatar for nitos

i need help on this ...any suggestion am creating a shopping cart it works okey but when i added another page with different products i dont know how to go about the cart update.

Member Avatar for phfilly
0
143
Member Avatar for nitos

using a tutorial am learning how to create a shopping cart when on my machine its working fine but when hosted on a different server its not working. this is the line i need help with //current URL of the Page. cart_update.php redirects back to this URL $current_url = base64_encode("http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); …

Member Avatar for nitos
0
287
Member Avatar for nitos

I got a good tutorial http://www.sanwebe.com/2013/06/creating-simple-shopping-cart-with-php but wat i was looking for is a tutorial on how to work with one product that is not in a database. I will appreciate any lead to a good tutorial thanx

0
80
Member Avatar for nitos

` how do i change from msql to msqli the below statement, am learning this mysql but keep getting Deprecated error. And where can one get an easy tutorial on how to make the changes. thanx $displayImages = ""; if($_GET['cat'] == "juice") $sqlSelProd = mysql_query("select * from tblproduct where prod_cat …

Member Avatar for imti321
0
159
Member Avatar for nitos

please help how do i echo the images to display since its only displaying the code on the database table e.g image10.jpg. on line 60 thanx <?php $page_title="Products"; // to prevent undefined index notice $action = isset($_GET['action']) ? $_GET['action'] : ""; $product_id = isset($_GET['product_id']) ? $_GET['product_id'] : "1"; $name = …

Member Avatar for nitos
0
303
Member Avatar for nitos

i have been teaching myself how to create a shopping cart with php, html and msql database through some tutorials the problem i have now is the msql code i need to use to display the products from the database.. i will appreciate your guidance thanx

Member Avatar for gabrielcastillo
0
238
Member Avatar for nitos

i installed wamp 2.5 after unistalling an older version...the problem am having is that non of my projects are opening..it shows 'webpage not available' please help on what i am doing wrong or not doing thanx

Member Avatar for nitos
0
88
Member Avatar for dolfinchris
Member Avatar for nitos

hi, i am trying to learn web development using tutorials, i have this contact form my problem is that if i put the php on a separate file n call it it works fine but when i put on same page it gives Notice: Undefined index... what do i do …

Member Avatar for nitos
0
514
Member Avatar for nitos

hi i have msflexgrid with 4 columns; date, Name, Agent and Amount. Am looking for help on how i can show totals on the amount column to show below the last figure on the amount column.. i will appreciate any suggestion or help thanx

Member Avatar for Sunil_11
0
957
Member Avatar for nitos

hi, am trying to learn using css, i know a bit of html. My problem is the css dont seem to work on html,i dont know wat am doing wrong. thanx for any help

Member Avatar for jrewing
0
292
Member Avatar for nitos

hi, i need help on how to go about creating a money transfer joomla website.. thanx

Member Avatar for LastMitch
0
88
Member Avatar for chrispitt
Member Avatar for nitos

hi, i need to .show a window to enter the date of a record when it was recalled i have the following so far but its jumping the frmRecallDate.show line. Any help is appreciated Private Sub cmdRecall_Click() On eror GoTo ErrMsg: With rsRecalls If .State = 1 Then .Close .Open …

Member Avatar for Jx_Man
0
283