• Member Avatar for Stefce
    Stefce

    Replied To a Post in What is the problem

    Anyone with different solution ?
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in What is the problem

    Thank you now doesn't show any error but the values arent showing any other options ?
  • Member Avatar for Stefce
    Stefce

    Edited What is the problem

    Hello i im confuzed with this problem, i have converted the php code into the right format `MySQLi` and i get this wierd error `Notice: Array to string conversion in …
  • Member Avatar for Stefce
    Stefce

    Edited What is the problem

    Hello i im confuzed with this problem, i have converted the php code into the right format `MySQLi` and i get this wierd error `Notice: Array to string conversion in …
  • Member Avatar for Stefce
    Stefce

    Created What is the problem

    Hello i im confuzed with this problem, i have converted the php code into the right format `MySQLi` and i get this wierd error `Notice: Array to string conversion in …
  • Member Avatar for Stefce
    Stefce

    Began Watching What is the problem

    Hello i im confuzed with this problem, i have converted the php code into the right format `MySQLi` and i get this wierd error `Notice: Array to string conversion in …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Update user data

    hahahaha :D daaamn guys you are too stubborn but anyway thanks for the help and the spended time on this question :D BTW i made a misstake its about 10 …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Update user data

    Do you mean on this ? this actualy worked but not correct i think i need to define the `First Name` of the query but i dont have any variables …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Update user data

    No i im sure and please if you can help me what im asking please answer the question because im tired already 7 hours of sitting on the PC for …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Update user data

    Here is the script feel free to change something because im changin all day and cant figure out **PLEASE** <?php require 'connect.php'; require 'header.php'; if(isset($_POST['howMuch']) && isset($_POST['where'])) { $howMuch = …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Update user data

    Im doing that like this but doesnt work like i said in the previous comment $getUser_payCheck = "SELECT `payCheck` FROM `users` WHERE `First Name`='$where'"; $total = $user_mBalance - $howMuch; $total2 …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Update user data

    Can you please do that in code because i tryed too much ways of doing that and its just adding the money into the field and not summing the values
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Update user data

    Please anyone ?
  • Member Avatar for Stefce
    Stefce

    Edited Update user data

    Hello i need little help overhere im confuzed getting user data from mysql database i want to update the `payCheck` column in the database but that column is located in …
  • Member Avatar for Stefce
    Stefce

    Edited Update user data

    Hello i need little help overhere im confuzed getting user data from mysql database i want to update the `payCheck` column in the database but that column is located in …
  • Member Avatar for Stefce
    Stefce

    Edited Update user data

    Hello i need little help overhere im confuzed getting user data from mysql database i want to update the `payCheck` column in the database but that column is located in …
  • Member Avatar for Stefce
    Stefce

    Edited Update user data

    Hello i need little help overhere im confuzed getting user data from mysql database i want to update the `payCheck` column in the database but that column is located in …
  • Member Avatar for Stefce
    Stefce

    Edited Update user data

    Hello i need little help overhere im confuzed getting user data from mysql database i want to update the `payCheck` column in the database but that column is located in …
  • Member Avatar for Stefce
    Stefce

    Created Update user data

    Hello i need little help overhere im confuzed getting user data from mysql database i want to update the `payCheck` column in the database but that column is located in …
  • Member Avatar for Stefce
    Stefce

    Began Watching Update user data

    Hello i need little help overhere im confuzed getting user data from mysql database i want to update the `payCheck` column in the database but that column is located in …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Detecting the next word of sentence

    @Slavi i have understanded your post and thanks for sharing it with me it helps me alot but im still trying to figure out, but im failing if you can …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Detecting the next word of sentence

    what its doing this line `String last = yourSentance.substring(yourSentance.lastIndexOf(' ') + 1);` can you explain me and where should i put this too ? Also i want to know is …
  • Member Avatar for Stefce
    Stefce

    Created Detecting the next word of sentence

    Can anyone tell me what im doing wrong here ? I just want to detect the last word of the sentence and if not found to show "Not found." here …
  • Member Avatar for Stefce
    Stefce

    Began Watching Detecting the next word of sentence

    Can anyone tell me what im doing wrong here ? I just want to detect the last word of the sentence and if not found to show "Not found." here …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Html page style and zooming

    I have replaced the CSS in the head tag but still the button hovers the header
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Html page style and zooming

    I dont get it what you mean i have the header in the <head> tag so whats the problem here ?
  • Member Avatar for Stefce
    Stefce

    Created Html page style and zooming

    Hello im really confuzed in the HTML and CSS language i have maked a footer and some div elements in the body so when i scroll up the footer doesnt …
  • Member Avatar for Stefce
    Stefce

    Began Watching Html page style and zooming

    Hello im really confuzed in the HTML and CSS language i have maked a footer and some div elements in the body so when i scroll up the footer doesnt …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Updating the form position

    Yup i have a database on Godaddy but i still cannot figure out how to make it :D BTW i need every new post is posted to go on top …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Updating the form position

    I have this code but this is just the look of the "Status update box" <html> <body> <style> textarea.status-box { opacity:1; border-radius:9px; background-color: #E6FFFF; border:2px solid gray; } input.sBtn { …
  • Member Avatar for Stefce
    Stefce

    Created Updating the form position

    Hello im not too sure how is this called but i will try to explain.. I want to make the form to get updated on every "Status Update" so for …
  • Member Avatar for Stefce
    Stefce

    Began Watching Updating the form position

    Hello im not too sure how is this called but i will try to explain.. I want to make the form to get updated on every "Status Update" so for …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Draw graphics on label click

    This code not working its just adding in the same line "ASDFGHJKL"
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Draw graphics on label click

    I'm trying like this: String lozinka = "Vnesete ja lozinkata: \n"; @Override public void paint(final Graphics g) { super.paintComponents(g); Graphics2D g2 = (Graphics2D) g; g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); Font font = new …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Draw graphics on label click

    Ohh, but i meaned to appear under the first line and all the way down till the end of the "virtual display"
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Draw graphics on label click

    Im trying to make it like this but it gives me error String asd = g2.drawString("Verificiranje na akauntot !", 20, 130);
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Draw graphics on label click

    How do i add string variable please give me some example ?
  • Member Avatar for Stefce
    Stefce

    Edited Draw graphics on label click

    I want to make new string to show under the first ("Verificiranje na akauntot !") text but i dont know what to do in the "jLabel3MouseClicked" class, please help me …
  • Member Avatar for Stefce
    Stefce

    Created Draw graphics on label click

    I want to make new string to show under the first ("Verificiranje na akauntot !") text but i dont know what to do in the "jLabel3MouseClicked" class, please help me …
  • Member Avatar for Stefce
    Stefce

    Began Watching Draw graphics on label click

    I want to make new string to show under the first ("Verificiranje na akauntot !") text but i dont know what to do in the "jLabel3MouseClicked" class, please help me …
  • Member Avatar for Stefce
    Stefce

    Began Watching BIOS password

    Someone please tell me how to remove the BIOS password from my laptop Dell Inspiron N3420
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in BIOS password

    You can remove the battery in the motherboard and place it aggain that will solve the problem ...
  • Member Avatar for Stefce
    Stefce

    Began Watching Microphone

    Pls help. :( My microphone doesn't work anymore. I can't enjoy skype anymore. My laptop is a dell windows 8.1. I have tried everything. I installed everything but after that; …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Microphone

    Format the PC or reinstal drivers again, i don't know what has left ...
  • Member Avatar for Stefce
    Stefce

    Created How do i move the circle ?

    Hello i have a little problem with moving ball around screen, also i'm confused why i cannot put this variables `double x = 0, y = 16, muvx = 0, …
  • Member Avatar for Stefce
    Stefce

    Began Watching How do i move the circle ?

    Hello i have a little problem with moving ball around screen, also i'm confused why i cannot put this variables `double x = 0, y = 16, muvx = 0, …
  • Member Avatar for Stefce
    Stefce

    Began Watching shell!!!

    I have this shell script but not responding to command after been upload to wp-content. Anybody wanna help?
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in shell!!!

    Excuse me but can i know what do you mean by "I have this shell script" ?
  • Member Avatar for Stefce
    Stefce

    Began Watching My name is besnik

    j need windows 8 j em fro Macedonian
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Move ball on mouse click

    Oh i have not focussed on reading thank i have make it :) @Override public void mousePressed(MouseEvent e) { if(e.getButton() == MouseEvent.BUTTON1) { int xpos = e.getX(); int ypos = …

The End.