Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
3 Endorsements
Ranked #486
Ranked #914
~19.1K People Reached
About Me

Software development and support

PC Specs
Apple MacBook Pro 17"
Favorite Tags
Member Avatar for mrcniceguy

I want to create a single profile page for members. The way I want it is when any user logs in he will automatically be taken to that single profile page. I am wondering if there is a way I can make the code IN PHP extract only the profile …

Member Avatar for Carsten_1
0
7K
Member Avatar for vividiah
Re: Haii

Hai everyone, I am vivi from Indonesia. I am happy to be here. :) Let's learn together!! :D

Member Avatar for vividiah
0
70
Member Avatar for wastedkill

This is the code I am using but it keeps giving me this error: Failed to run query: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near …

Member Avatar for EvolutionFallen
0
186
Member Avatar for krystosan

I recently got a new macbook pro, can anyone suggest me a really good free python IDE i can use on OS x ?

Member Avatar for krystosan
0
328
Member Avatar for shilu2

I want to show popup on item selected in dropdown control. I tried popup script on this but doesn't works. my code is as below <select> <option value="1990">1990</option> <option value="1991">1991</option> <option value="1992">1992</option> <option value="1993">1993</option> <option value="1994">1994</option> </select> now if I have select option i.e 1992 popup window should display the …

Member Avatar for shilu2
0
161
Member Avatar for cgull

Hello, I need help with sliding down an element. When it is sliding down I want the parent's div height to change so it will contain the sliding element. My html: <div class="sliderBox"> <ul> <li> <div class="main"> <div class="publicationTitleOuter"> <div class="publicationTitleInner">Kouga/Uitenhage</div> </div> <p class="issueDate">8 MAY 2013</p> <div style="margin-top:10px"></div> <div style="width: …

Member Avatar for cgull
0
354
Member Avatar for HumblePie

Hello to all amazing contributors of this site. I am Samantha Meyer from South Africa. I have decided at a very late stage in my life to study programming. I will be making so much use of this service and hope that you will help me on my journey. Programming …

Member Avatar for rsewak
0
176
Member Avatar for pbj.codez

Howdy Friends; My name is PBJ and I have been writing code since I was 12, and I am now 18. I have experience with a number of languagues including: Perl, Python, C++, Batch/Bash, and Java. Out of the languages mentioned my strong-suit is without a doubt Java. However, over …

Member Avatar for pbj.codez
0
102
Member Avatar for dina85

require("conn.php"); $sql = "select * from pemohon where kp_baru='$kp';"; $result = mysql_query($sql); while($row = mysql_fetch_array($result)) { if($row == TRUE) { echo $row['kp_baru']; // can display } else { echo "No KP tiada didalam pangkalan data."; // can't display } }

Member Avatar for dina85
0
154
Member Avatar for RoryGren

Hi All I'm sure I'm missing something very small - and embarrassing! I'm being lazy - I could have entered the data manually, but wanted to automate it. I have a small csv file containing swimming meets, dates and locations along the following lines: May-13;;;; 17;other;Level 1 Program 1;Arboretum; 24;other;All …

Member Avatar for RoryGren
0
243
Member Avatar for Reliable

I've been through Code Academy and LearnStreet Beginners courses. I am currently workign on the beginner's projects in Code Garage to practice. It seems, though, that there are some methods needed to complete the projects that werne't covered in the lessons. Anyone else use this site and notice this? Also, …

Member Avatar for RoryGren
0
106
Member Avatar for Dramz0r

Hi there, Pretty new to PHP and having a problem when deleting data from my MySQL Table after populating it into a listbox, seletcing it and using a button to delete the selected row. Heres the code: <?php //create and execute query $query = 'SELECT product_ID FROM products ORDER BY …

Member Avatar for Dramz0r
0
233
Member Avatar for GlenRogers

I have an html form that has 10 text field for trhe user too enter dates into. When the user clicks the submit button each text field should be added as a new record to a mysql table. The way I have it now if only 2 are filled in, …

Member Avatar for GlenRogers
0
156
Member Avatar for noman90

Hi all web devlper and java devlper how you im really enjoy this amazing group i have one quesstion i need a insvisble counter they show all the think on my site just like page views country keyword and most popular pages

Member Avatar for stultuske
0
129
Member Avatar for AARTI SHRIVAS

i want that when i select value from 1st drop down box according to selected value values of 2nd drop down box changes and on selecting value from 2nd drop down values of 3rd drop down changed according to 2nd drop down selected value how can i achive this i …

Member Avatar for AARTI SHRIVAS
0
249
Member Avatar for Riu 2009

Im new to php and mysql and doing my final year project, i want to ask u ppl that what if i want to display a row of a table after some if condition, i want to diplay offered courses to all the students and if the student whose course …

Member Avatar for Riu 2009
0
175
Member Avatar for kevin wood

why i am i getting this synyax error when trying to display data from the database the code for saving the data is [CODE]// save content to db if(isset($_POST["inpContent"])) { $sContent=stripslashes($_POST['inpContent']); // remove slashes (/) $sContent=ereg_replace("'","''",$sContent); // fix SQL $sql="UPDATE cms_core SET editorial='$sContent' WHERE id=$id"; $query = mysql_query($sql); }[/CODE] and …

Member Avatar for Vince_Cannon
0
642
Member Avatar for nikhita
Member Avatar for trochia
0
493
Member Avatar for CasTex

Can someone tell me where is the problem ? [CODE]<script type="text/javascript" src="http://www.forumistan.net/analiz/analiz.php?site=http://www.forumistan.net"></script>[/CODE] analiz.php [CODE] <? Header("content-type: application/x-javascript"); ob_start(); include 'all.php'; ob_end_clean(); echo "document.write(\"<div class=\"txt\">Pagerank: $rank->pagerank <br>\")"; echo "document.write(\"Alexa: $rank->alexa_rank</div>\")"; ?>[/CODE]

Member Avatar for almostbob
0
567
Member Avatar for elva.tanaem

Hey Guys, I'd like to try using function and procedures on my project, I tried to write them on different unit say unit2 to be used in unit1. I find a difficulties using them in unit1. thanks in advance! Elva

Member Avatar for elva.tanaem
0
224
Member Avatar for bbradley

Please help. I really need to find out how to get a data value from one for onto another form. For example I put a value in an edit box in Form1 and I want that same value to be in Form2, but if I were to chage the value …

Member Avatar for jsosnowski
0
323
Member Avatar for angela1978

Hi all, I would like to get some help with something i would like to see working. It's hard to explain but i'll give it my best shot. I want to retrieve the result from a DB by selecting multiple selections in 2 or 3 or even more select boxes. …

Member Avatar for RoryGren
0
110
Member Avatar for simps0n

Hello, guys! I have to generate 10 different numbers. What I do is to store the generated numbers in array. Before that I check the array for duplicates. It compiles, but I get some duplicates. Thanks in advance for any help.[CODE=Pascal]program rand; {$APPTYPE CONSOLE} uses SysUtils; var j, i, a, …

Member Avatar for DevonMcC++
0
1K
Member Avatar for kevin wood

[CODE] ob_start(); include "broad_prev.php"; $message = ob_get_contents(); ob_end_clean();[/CODE] i have used the code above to get the contents of my php page to display in a newsletter thst is emailed out to the mailing list. it works to apoint but no images are sent through with the email just the …

Member Avatar for kevin wood
0
117
Member Avatar for andrew4545

This is my php side of my return form, problem is I can't get the radio buttons show up when the submit is clicked. Any suggestions Thanks in advance.:) <?php unset($message); if ($email) { $from .= $email; } if ($name) { $message .= "Name: $name \n"; } if ($jobtitle) { …

Member Avatar for RoryGren
0
66
Member Avatar for spring_patel

hi frends i'm a novice in php... i just installed php and apache 2.2.x webserver and just wanted to try some very basic stuff... [CODE] <html> <body> <?php echo "Hello world"; ?> </body> </html> [/CODE] but rather than showing the output in the browser it shows the whole code.... could …

Member Avatar for phper
0
104
Member Avatar for ratnasatish

how to write nested queries ex: [code=sql]SELECT * FROM [table1] WHERE [column] IN (SELECT [column] FROM [table2])[/code] in a function. i tried this but MYSQL is getting stoped. is there any alternate.

Member Avatar for RoryGren
0
90
Member Avatar for RoryGren

Hi all. I have posted on this before with no response. Let me try a different way. I have a db with a few tables :- ATHLETE, which contains fields ATHLETE (the record Id), FIRST, LAST, AGE and SEX; MEET, with fields MEET (the record Id), and MNAME; RESULT, with …

Member Avatar for RoryGren
0
103
Member Avatar for queenc

hi now i want the first one alone to be seclectes on page load,rest should word based on the user clicks [CODE] SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT"> <!-- function view(s) { if(ss.options[s.selectedIndex].value!="none") { var a=document.getElementById('IndustryType'); var temp=a.value; parent.frameright.location = "http://www.website.com/web_desc.php?var=" + temp; } } --> </script> $result=mysql_query("select * from jopposting where owns='$id' …

Member Avatar for nav33n
0
337
Member Avatar for RoryGren

Hey, all! My name is Rory. I'm from Durban in South Africa. I do a little html, php, mySQL, and Delphi development. ... and I LOVE this community! I have had so much help, just reading queries and responses! I have been browsing this community for a few months as …

Member Avatar for Serunson
0
73