• Member Avatar for hericles
    hericles

    Replied To a Post in MySQL Select based on drop down value

    Hi, With PHP that is generally done server side. For example, your user would select an option and then submit the form by hitting a button. The server side PHP …
  • Member Avatar for hericles
    hericles

    Began Watching Warning on pagination mysql_real_escape_string(): Access denied for user

    Hello Iam getting an error in the pagniation page "Warning: mysql_real_escape_string(): Access denied for user 'username'@'localhost' (using password: NO) in /home/livehuqu/public_html/abcd.com/pptindex.php on line 19 " Warning: mysql_real_escape_string(): A link to …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Warning on pagination mysql_real_escape_string(): Access denied for user

    Access denied means you need to look at your connection string. You're pointing to the wrong database, have the user name wrong or that user doesn't have access to that …
  • Member Avatar for hericles
    hericles

    Began Watching Overflow Exception was Unhandled!

    Hi guys i'm new here (also VB .NET) and I am getting dialog "Overflow Exception was Unhandled" when i try to play BIG Files on my MP3 Player Code which …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Overflow Exception was Unhandled!

    That error happens when you try to fit a vaue into a type that can't hold it, like putting a number over 2,147,483,647 into an integer. It won't fit, 'overflowing' …
  • Member Avatar for hericles
    hericles

    Began Watching files access access deneid

    Hi have this code to manage my main page. Everything works fine on my local server at home,i'm using easyphp. But on my webhosting server i got this error: Warning: …
  • Member Avatar for hericles
    hericles

    Replied To a Post in files access access deneid

    Sounds like a permissions issue.You don't have the rights to access the file. You can check this with the is_readable('/location/') function.
  • Member Avatar for hericles
    hericles

    Replied To a Post in reCaptcha - Adding to an HTML Page?

    Might be time to post up the code for the page. Seeing a completely blank screen means you've got a fatal error in the PHP that causes it to basically …
  • Member Avatar for hericles
    hericles

    Began Watching MYSQL Database Connectivity in android

    Hello everyone, I am trying to connect my android application to MYSQL database. I have used the following: MYSQL already created database test (accessed via xampp using localhost/phpmyadmin) Created a …
  • Member Avatar for hericles
    hericles

    Replied To a Post in MYSQL Database Connectivity in android

    Firewall? What happens if you try to connect to that address via the browser on the phone (or a test html page in the same location)? If you can hit …
  • Member Avatar for hericles
    hericles

    Began Watching reCaptcha - Adding to an HTML Page?

    Hello. I am attempting to add a Google reCaptcha to my form. This form is located on an .html page, but I am reading documentation that states I should rename …
  • Member Avatar for hericles
    hericles

    Replied To a Post in reCaptcha - Adding to an HTML Page?

    Are using a web server in your setup? You can't just rename an html file to have a php extension and have it work. PHP files are compiled by a …
  • Member Avatar for hericles
    hericles

    Began Watching how to insert 2 or more aspx page records to in single database

    hello plz let me know code how to insert 2 or more aspx page records to in single database
  • Member Avatar for hericles
    hericles

    Replied To a Post in how to insert 2 or more aspx page records to in single database

    Your question isn't very clear. Are you asking how to insert data into a database in general or are you after more specific?
  • Member Avatar for hericles
    hericles

    Began Watching Search problem

    hy i'm using this search, but unfort not working if i will search by both f.name l.name... this is the code if (Input::has('name')) { $name = Input::get('name'); $name = T_entity_details::where('First_Name','LIKE','%'.$name.'%') …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Search problem

    I'm not failar with that framework but I did notice that on line 6 you include an 'or' in the where condition but not in the one above. Surely if …
  • Member Avatar for hericles
    hericles

    Began Watching Object already named in the database ERROR

    I'm trying to do a simple a database SQL script where I simply need tocreate a database as well as 4 tables within. So far I'm getting a very annoying …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Object already named in the database ERROR

    DeviceType isn't showing the list of reserved words for SQL Server but it does seem to be a named enumeration in SQL Server 2012/14. You might want to use a …
  • Member Avatar for hericles
    hericles

    Began Watching Php Soap Client

    Hi, I am gone crosseyed from trying to figure this out. I dont ususally post on this site I am half scared of getting told off for being out of …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Php Soap Client

    Remove the <pre> and out the result. It should be XML. Pre formatting is hiding that from you.
  • Member Avatar for hericles
    hericles

    Began Watching getimagesize

    update_image2.php $image_info = getimagesize($_FILES["file"]["name"]); $image_width = $image_info[0]; $image_height = $image_info[1]; print_r("$image_width"); I wonder why $image_width do not have any value?
  • Member Avatar for hericles
    hericles

    Replied To a Post in getimagesize

    Your directory doesn't look right to me: C:xampphtdocsportaladministrator2adminupdate_image2.php I'd say you're missing some directory separators.Thats why the image can't be found.
  • Member Avatar for hericles
    hericles

    Began Watching Website not pulling database info

    Hello everyone. I have setup a website and the common.php is configured but the site seems to not be linking to the database. For example, if I mouse over a …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Website not pulling database info

    Any error logging available? With not much to go it it would appear that the code that reads the parameter and does the SQL query is failing or can't connect. …
  • Member Avatar for hericles
    hericles

    Began Watching Wrong message no picture uploaded

    update_image2.php $result2 = mysql_query("SELECT * FROM image_upload"); $data2 = mysql_fetch_array($result2); if($image_width > $data2['maxwidth'] || $image_height > $data2['maxheight']) { echo '<br>'."Image is too big".'<br>'; echo $image_width.'>'.$data2['maxwidth_bn'].'<br>'; echo $image_height.'>'.$data2['maxheight_bn']; exit(); } Successfully …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Wrong message no picture uploaded

    Your IF statement checks against maxwidth and maxheight but you output maxheight_bn and maxwidth_bn. How do you know they're the same? As the code in the loop is firing either …
  • Member Avatar for hericles
    hericles

    Began Watching Emulation IE7 Problem

    I'm having an issue with emulation check on IE7. For some reason it seems to be ignoring my css and it's completely scrambled. IE5, IE6, IE8, IE9 and beyond looks …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Emulation IE7 Problem

    IE 11 is out now and lower versions of IE are really bad and quirky. I'd say just let it go. You're looking at less than 1% of all users …
  • Member Avatar for hericles
    hericles

    Began Watching project

    Write an application that uses random-number generation to create sentences. Use four arrays of Strings called article, noun, verb and preposition. Create a sentence by selecting a word at random …
  • Member Avatar for hericles
    hericles

    Replied To a Post in project

    We don't do homework. We'll help you when you're stuck but you'll need to show some effort first. If you are stuck, post up what code you have done and …
  • Member Avatar for hericles
    hericles

    Began Watching HTML

    Hello! Im trying to put some icons in my html codes but no result. no icons. im tyring it to do like that: <span class="icon-home"></span>
  • Member Avatar for hericles
    hericles

    Replied To a Post in HTML

    We'll need more than that to help you out. What is the CSS that goes with that class? Or are you using something like font-awesome?
  • Member Avatar for hericles
    hericles

    Began Watching textbox in website

    Dear all is thr any code or any way to connect my vb.net project's textbox with my website textbox. something like if me.textbox1.text=www.mywebsite.com.textbox1.text then bla bla bla end if
  • Member Avatar for hericles
    hericles

    Replied To a Post in textbox in website

    Its a little more advanced than your example but you could screen scrape your website page and get the value of the textbox that way and then check it against …
  • Member Avatar for hericles
    hericles

    Began Watching How to resolve the WC3 eroor

    Below google adsense code pointing the WC3 eroor please give any solution to the wc3 passing? <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-xxxxxxxxxxxxxxxx" data-ad-slot="7441003235" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How to resolve the WC3 eroor

    What error?
  • Member Avatar for hericles
    hericles

    Began Watching How do i query a website database with an sms and get results with images

    Hi everyone? Please les always take care of ourselves and make things right with the creator above before we die! I need help. i want people to be able to …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How do i query a website database with an sms and get results with images

    You can use a SMS provider to host a phone number that the SMS's get sent to (like Twilio for example). From there, the contents of the SMS get sent …
  • Member Avatar for hericles
    hericles

    Replied To a Post in column count doesn't match value count at row 1

    Simply make sure that for each column you have listed as a target you have a corrsponding value being entered. As a basic SQL example, this won't work: UPDATE products(col1, …
  • Member Avatar for hericles
    hericles

    Began Watching Mobile development

    what is mobile website? Explain me clearly?
  • Member Avatar for hericles
    hericles

    Replied To a Post in Mobile development

    A mobile website is a site that has been built using responsive design and can adapt to varying screen sizes and still look good and function correctly. A website that …
  • Member Avatar for hericles
    hericles

    Began Watching column count doesn't match value count at row 1

    column count doesn't match value count at row 1 $objhelperClass->insert(PRODUCT,"`catid`,`subcat`,`pname`,`price`,`sort_order`,`description`","'".$_POST['cat']."','".$_POST['subcat']."','".$_POST['pname']."','".$_POST['amount']."','".$_POST['sort']."'"); $m=$objhelperClass->select(PRODUCT,"1","max(`id`)"); $pid=$m['max(`id`)']; if(is_array($patas)) { foreach(array_combine($patas,$thumbs) as $val => $val1) { //echo $val; $objhelperClass->insert(IMAGES," `image`,`thumb`,`pid`,`link` ","'".$val."','".$val1."','".$pid."' "); } }
  • Member Avatar for hericles
    hericles

    Replied To a Post in column count doesn't match value count at row 1

    That error means you haven't listed your columns correctly and you're trying to insert more or less fields than you have specified columns. You list image, thumb, pid and link …
  • Member Avatar for hericles
    hericles

    Began Watching select count

    Hi i m trying to count all for example vans who has record as Van1,Van2 ETC... physically in the database i have more than 200 Van1 ..but with select count …
  • Member Avatar for hericles
    hericles

    Replied To a Post in select count

    That query seems to be saying you only have 6 rows in the database with a value of 'van1'. I would have to say it is correct as the query …
  • Member Avatar for hericles
    hericles

    Began Watching Barcoding

    Greetings, I'm creating a barcode application and when I google to know about barcode I found something that I did not understand and it is the odd left, even left …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Barcoding

    Are you referring to calculating the EAN-13 check digit to check for errors? If that is what you are after, EAN check digits are calculated by summing the odd position …
  • Member Avatar for hericles
    hericles

    Began Watching Using embedded resources like they existed in a directory

    How (if possible) can embedded resource (i.e. folders and the contents) be utilized as if they resided in a directory? have no idea where to even begin with doing so... …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Using embedded resources like they existed in a directory

    Sorry Smalls, this doesn't make sense. What are you trying to achieve?
  • Member Avatar for hericles
    hericles

    Began Watching How do I search my plist file and return data?

    I am currently writing an iOS application which fills Dynamic cells with data retrieved from a PLIST file. I have searched and searched but cannot comprehend/find a way to make …

The End.