Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #517
~26.6K People Reached
Favorite Tags
Member Avatar for oliprik

Hello Dani web. This is my first post here so please bear with me if its not 100% correctly setup. Anyways I'm a rookie to php and mysql and I've run into problem with my final project in my first php class. The error given is: "Warning: mysql_num_rows() expects parameter …

Member Avatar for diafol
0
3K
Member Avatar for OldDeveloper01

I get this message quite often and it has popped up again here, any ideas as to why? Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\.... on line 76 line 76 is this line in bold. [CODE] $productlist = ""; $sql = mysql_query("SELECT * FROM products …

Member Avatar for nandkishor.sharma.372_1
0
852
Member Avatar for svilla

I have this PHP program: <?php echo 'Start of Soap Request<br />'; $client = new SoapClient("http://192.168.201.67:10010/web/services/getItemDesc?wsdl"); print_r($client); echo '<br />Start of Var_Dump<br />'; var_dump($client); echo '<br />Result Print<br />'; $result = $client->testws(array("PEITEM" => "1020000000", "PEMSG" =>" ")); print_r($result); ?> That access a web service on my iSeries. I can get …

Member Avatar for maba001
0
1K
Member Avatar for nzz20v

Hi, i am trying to store some values into a database, but upon trying to add i am getting a "Column count doesn't match value count at row 1" i believe i am passing something incorrectly but was hoping someone could point me in the right direction i have included …

Member Avatar for nzz20v
0
463
Member Avatar for svilla

I have a Web Service I setup on the iSeries. It works when using SOAPUI and it works from the Built in test facility in the Native Web server. But when I try to access it form the following PHP program it fails to return any data. I am obviously …

0
101
Member Avatar for svilla

I am using Visual Studio 2010 and I am trying to enter some HTML by hand. I code the following lines: [CODE] <tr> <td colspan="4" class="shade tableheader">NCR Information </td> </tr> <tr> <td class="shade">Date Opened </td> <td><asp:TextBox ID="fldReportDate" runat="server" CssClass="datePicker"></asp:TextBox> </td> <td class="shade">NCR # </td> <td style="font-weight: bold; font-size: 12pt"><asp:Label ID="fldLog" …

0
122
Member Avatar for knottykings

Pls I need help on this validation script. Even after logout and without login, I can access the assigned webpage. What might be wrong?? [CODE]<?php //Start session session_start(); //Check whether the session variable SESS_MEMBER_ID is present or not if(!isset($_SESSION['login']) xor (trim($_SESSION['login']) == '')) { header("location: login.php"); exit(); } ?>[/CODE]

Member Avatar for nagarjunrajen
0
178
Member Avatar for SyncMaster170

Hello all! So in my app, I have 5 columns, firstname,lastname,membership,accountid, and date. Once a members card has been scanned, the app figures out if that member is in my sql table or not. If he/she is, it will update their 'date' column in my dgv. If he/she is not, …

Member Avatar for Mitja Bonca
0
131
Member Avatar for jigarsangoi

I made website for the computer shop,i have to display image & price of the components for that i made sql database(laptop.mdf) with columns(model_no as varchar(50),company as varchar(50),price as int,picture as image). image of component is stored in the picture column.i an already inserted image directly by writing sql query …

Member Avatar for Sarama2030
0
140
Member Avatar for johnbo100

Hi all, So I have 2 files where one is an ajax script that calls another file that does some mysql database query. What is the best way to echo out multiple recordset rows to ajax?. Please see the source code below: ajax code: [CODE] <form name="form1" method="post"> Please enter …

Member Avatar for johnbo100
0
2K
Member Avatar for akshayphp

I want to know that "how to show hidden fields when a user selects a particular option in the html form" I want the fields to be hidden first,then when the users selects: Option A- Particulars fields which have I will create for this option must be displayed. If Option …

Member Avatar for svilla
0
172
Member Avatar for damnably

Hi there, Complete newbie, my PC's not been able to connect to the internet since malwarebytes removed a trojan file. I've run the requested logs as below. MBA-M did not find anything. I've no idea what to do or what it means. Please help! GMER 1.0.15.15641 - [url]http://www.gmer.net[/url] Rootkit quick …

Member Avatar for jholland1964
0
234
Member Avatar for dnomde44

I am not really sure where my syntax error is. I have gone over it several times and it appears everything is right and I dont think I am using any reserved words. Any help would be greatly appreciated. Every box is TEXT in access for now even fields that …

Member Avatar for dnomde44
0
161
Member Avatar for encodeme

Hi I'm not sure wher I am going wrong. I've borrowed some code and tweaked it. The database table consists of id,dates,day,type,. The form brings up the mutiple enteries to edit, but when the submit is pushed it refreshes with the original information. i've checked the databse and that remains …

Member Avatar for IIM
0
2K
Member Avatar for ionko

I'm trying to make a price calculator for my friend's car shipping company. It seemed like a simple thing to do but with my skills I'm having some problems. The calculator takes the distance from zipcode 1 to zipcode 2, and mutplies the total miles by .32 to get the …

Member Avatar for ionko
0
251
Member Avatar for Farhad.idrees

kindly tell me is this statement is right? i want to use isset statemnt with or condition... if( isset($_GET['P_Price']) || isset($_GET['P_Category'])) ........... Regards.. Farhad

Member Avatar for ddymacek
0
107
Member Avatar for MareoRaft

1. In a for or while loop, if the condition is breached in the middle of the brackets {}, will the code immediately stop the loop, or wait until it gets to the bottom of the brackets {} ? 2. If a function is called in my code, does the …

Member Avatar for svilla
0
94
Member Avatar for Sorcher

[CODE]$query = "SELECT * FROM image_share WHERE to='$username'"; $result = mysql_query($query); while($row = mysql_fetch_assoc($result)) { echo '<tr> <td width="100%" align="left" valign="top"> <div style="border-bottom:1px solid #6F6F6F;"><span style="color:#C0B184;"><a href=""><img src="'.$row['image_sharelink'].'" width="150" height="137"/></a></span><br/> <br/> </td> </tr>'; } [/CODE] cant figure out why it wont work. I got my error display on E_ALL mysql_fetch_assoc(): …

Member Avatar for IIM
0
104
Member Avatar for frstratd

[B][U]ESTEEMED GEEKS AND GEEKETTES[/U][/B]: My Toshiba Satellite Laptop with Windows 7(64) has been infested by that lovely hybrid ROGUE: [B][I]Personal Shield Pro[/I][/B]. I did read the prerequisite "read this before..."instructions from Phillephan, but to be honest as I read them after several unidentifiable (to me) terms, I started to have …

Member Avatar for jholland1964
0
520
Member Avatar for MayaPawar

hi friends .... i have one website which have only html pages. I want to add one page that fetch records from sql database . is it possible????? what should i do for this task???? somebody please help me.. i waste 2 days behind this thing. thanks in advance.........

Member Avatar for MayaPawar
0
119
Member Avatar for masterjiraya

I have a problem when it comes to my plan for a thesis defense. though the PHP scripts are now ready... I wonder if I can access a loclahost from other computer in an intranet. Plan of the Problem: Computer A is the client computer of Computer B and Computer …

Member Avatar for lasitha2005d
0
324
Member Avatar for Pro2000

Hello everybody.. I've been thinking what the best programming language to be used with the internet is.. In addition I want not to use ASP 'cause my web server works on Linux. Is C# better than ASP.net to download files automatically from the internet, update and retrieve information from databases …

Member Avatar for Pro2000
0
302
Member Avatar for jason830

What is the best book to learn java programming? I want a beginners book in java programming, I know very little as I did a short course in school. I know visual basic programming and a few other programming languages already, and now want to learn java programming. If you …

Member Avatar for bhartman21
0
222
Member Avatar for chriselectrix

Hi All For some reason my web page isnt working properly in Firefox 3.6.16. Here is the link [URL="http://http://www.electrix.co.uk/home.php?lang=en"]http://http://www.electrix.co.uk/home.php?lang=en[/URL] The flags along the top work perfectly well in IE (when you click on them they take you to a different link). However in Firefox, the pointer doesn't even change when …

Member Avatar for migcosta
0
110
Member Avatar for bangla

1. employees table- emp_id is the primary key 2. department table-dept_id is the primary key. 3. Create or replace View emp_dept AS select e.emp_id, e.last_name, d.dept_id From employees e, department d 4. update emp_dept set last_name = 'munir' where emp_id = 11 ORA-01779: cannot modify a column which maps to …

Member Avatar for hfx642
0
77
Member Avatar for calebcook

Hello! I want to create a script which mails emails to subscribers. I'm almost done, but I'd like it to say "Sent to # people". I've tried using: [CODE]<?php $dbc = mysqli_connect('localhost', 'username', 'password', 'database') or die('Error: Could not connect to database'); $query = mysql_query("SELECT * FROM table"); $number = …

Member Avatar for klemme
0
181
Member Avatar for garwil

hI all. I have a similar problem to another thread in this forum which did help somewhat but in my case all my records are updating and I cannot get it fixed despite searching around the web... I have searched and tried different things but am not getting anywhere. Maybe …

Member Avatar for almostbob
0
156
Member Avatar for uselessninja

hello guys..... i need a help about javascript how to convert number (ex. 1) ----> to a word (ex, one)? here it is.... ....if i will input a number like 20 it will then displayed a word twenty.. (the numerical 20 --------> become a word "twenty") thankz in advance

Member Avatar for uselessninja
0
160
Member Avatar for apanimesh061

I want to print all the numbers in the loop ..... How should I do it ? Please help ! [CODE] <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication5._Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat ="server" > void Page_load() { int counter = 0; while (counter <= …

Member Avatar for dnanetwork
0
148
Member Avatar for rajandass65

hi i am sending request to a server using curl, the resonse of the request is zip file, i have to download it. but the data are show on the page on binarry format(junck character). this is he code. $ch =curl_init(); $headers=array("key: 2434jdfdf3433434"); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_URL, 'https://xyz.com/api/batches/1481307454804189100'); curl_setopt($ch, …

Member Avatar for svilla
0
106