- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 2
35 Posted Topics
Re: It is a problem in Opera browser where align attribute don't work, instead you can use <center> tag which can solve the problem of centering. [CODE]<center><TABLE align="center" class="" style="BACKGROUND-IMAGE: url(http://www.directsellinglive.com/Rumors/Rumors.jpg)" height="1067" width="1916"></center>[/CODE] | |
This is the code I made for my facebook application but it is not giving the result. This code generate friends name, id and gender and I simply want to display in my apps. Please help me in solving the problem? <section> <?php $friends = idx($facebook->api('/me?fields=friends.limit(10).fields(gender,name)'),'data', array('access token' =>$accessToken)); ?> … | |
Re: Just promote your website in twitter, facebook and google+. Twitter id the best among them. | |
Re: Well facebook helps in increasing the traffic and draws more people towards your blog. It does not contribute much in SERP. | |
Re: Well Start tweeting about your product in a proper manner and the interested one will in turn join you. You can followers who will influence your topic in one or the other way. | |
Re: One of the great inventors of products, he is a true inspiration for all of us. RIP Steve Jobs | |
Re: This is where php comes in. I assume that the email id is coming from other html or php file.Assuming your method post [CODE] <?php $email = $_POST['email']; ?> <input type="hidden" name="recipientEmail" value=<?php echo "$email"; ?>> [/CODE] This is not complete but do respond to it. | |
Re: to improve the page rank you need to be in the back links, create more number of links and you would find somewhere in the google page | |
Re: Well it depends on about your content and the added presentation and navigation will turn towards your blog. | |
Re: First of all it looks nice when you use a bit of graphics to attract the users. But don't forget the basic things. I felt the form odd looking. No modification done over the form.Do the proper CSS. Well while using jQuery in the script causes a lot of trouble … | |
Re: Well the article must be excellent and to have inbound links | |
Re: Well social media is the place where your products can be promoted. Product can be anything it can be your website,any consumer products and even blogs. It is the powerful medium to exploit your product where you can get reviews and dislike points where people can work on that thing … | |
Re: why don't you use for loop in the script! This will help in solving your problem. Tell me if it doesn't work. | |
Please guys will you recommend any books or tutorials for C#? Thank you | |
Re: From the above comments it is clear that content is to be written in HTML and the styling is to done in separate CSS file. It is not recommended to use table in HTML until required to be shown in tabular way. Well done guys. | |
Re: Have you made presentation of the content in table? If yes, then the method is wrong. It is not recommended to use table as the styling can be done in CSS. For validation, try [URL="http://http://jigsaw.w3.org/css-validator/"]http://http://jigsaw.w3.org/css-validator/[/URL] | |
Re: First of all call a function which would start a session [CODE] session_start(); [/CODE] then transfer the data to an array like [CODE] $row=$_session['save_this']; [/CODE] and at the end of the page please insert this code [CODE] $_session['save_this']=$row; [/CODE] | |
Re: You need to show your mysql table . you might be new to the MySql. have to use query like: [CODE] mysql_query("insert into tablename values (values of the attributes)") or die("error"); [/CODE] | |
Re: Your php code should be like this: [CODE] <?php /** * @author 00092 * @copyright 2011 */ $con = mysql_connect("localhost", "root", "pass"); if (!$con) { die('could not connect:' . mysql_error()); } mysql_select_db("info", $con); $sql = "insert into `reference` (`fullname`,`fname`,`birth`) values ('$_post[fullname]','$_post[fname]','$_post[birth]')"; if (mysql_query($sql, $con)) { echo "Done"; } else { … | |
Re: Go for "php for dummies" its good for the newbies. PHP for dummies . Enjoy and start coding. | |
Re: One thing friend please put the code in a well manner so its identifiable. I can't get your line no.:26. After checking I think its on line [CODE] $MARITAL STATUS=$_POST['MARITAL STATUS']; [/CODE] Remove space as variable does not allow space The line would be [CODE] $MARITAL_STATUS=$_POST['MARITAL_STATUS']; [/CODE] make changes in … | |
Re: This is done with the help of Ajax and php. You sound like Google maps bt on a small scale. | |
Re: check line no. 135 You have to use escape character to display single quote on the screen Repleace line 135 with this [CODE] <td colspan="2" align="center" style="font-size:18px; font-weight:bold;">Manage Contact's Data Form</td> [/CODE] | |
Re: Just provide me the database table. I wil provide you the query | |
| |
What is mysql injection and how is it done? Please help me with an example | |
Re: if( isset($_POST['account_number']) && !empty($_POST['account_number']) ){ exit(); } Seriously this code is of no use. Just delete it and use javascript. | |
![]() | |
Re: From my view you just need to change in ss1.php. I assume that there is a primary key in the database table such as id. If not create it. The code will be in this form [CODE] for($i=0;$i<//number of records//;$i++) { echo "<a href=viewplayer.php?id=$res['id']>player name</a> } [/CODE] By now you … | |
Re: I feel you are thinking on right path and carry forward your project. I am there for any kind of help. For the above problem you must make a php file. When mouse click on any of those icon the data goes asynchronously to the php where it will find … | |
![]() | Re: Post ur html file from where u send the info...... |
Re: hey why dont you use auto margin! it can bring image at the center of the screen | |
Re: hmmm...... I cant get u! i put in this way........ you can send the data to the database i.e. mysql with the help of AJAX without redirecting to other page... ican help if u want.... |
The End.