No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I am a software engineer.
17 Posted Topics
Re: use http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js instead of `//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js` try this and let me know | |
Re: Can you share code that you are trying? | |
Re: Well you have writtent too much lines of code but this problem is due to defining of variable it only occurs as a notice with new php versions. You can simply turn notices off and it is not harmful or you can define any initial value to them before $spousesalutations … | |
Hi all!! I am building a media player in flex that uses video streaming through rtmp:// I want to get its bandwidth usage but found out that we can't get bytes loaded for video streaming. Is there any way to get it through php or js? I mean php gets … | |
Re: Yes you can do so. I have its script. let me know if you want it :) @vinojai | |
Re: PLEASE NOTE: The crop does not work in Wp 3.0+. All that is needed for WP 3.0+ is the call for the thumbnail to post. Then proceed to media in the dashboard and set your thumbnail to crop to the size you wish to use. **Refference:** http://codex.wordpress.org/Function_Reference/the_post_thumbnail | |
Re: Tell the purpose for which you want to do this. Maybe we have better idea | |
Hi all I am new to java programming. I need a litte helop. I want to take some results from database so i am trying to connect to database. I have dowloaded jdbcmysql connector but having no idea how to add it in eclipse or jre. Plus i am having … | |
Hi all I have a piece of program in which i am taking input from another jframe and then using that input i am trying to show results from RDF/XML file, now the issue is that i am trying to convert that input(which is obviouslyin string) to Property datatype of … | |
Hi every one!! I need help to match user data from database inorder to log in to admin panel. Here is what I am trying. it works ok but it is giving dialog box containing text "Sorry! You have no access to Database" here is the code. Please help String … | |
Re: when you exectute this query in php then write in this way `mysql_query("//Your query goes here") or die(mysql_error());` this will give you exact error. do this and let me know what error is being reported | |
Re: > could someone tell me why this code `<a href="https://twitter.com/angela_bradley">My Twitter</a> work perfectly from my php page by redirecting and this code <a href="file:///C|/Users/0382/xampp/htdocs/cidia/index.html">dia</a> doesnt this is because https://twitter.com/angela_bradely is complete web link but the other one that you mentioned is not a standard http link. you should use standard … ![]() | |
Re: > lemme try the solution ;) send me the link. May be I can help. | |
Re: You have not clearly mentioned it but try this you can simply give width and height in <img src="clientSelectedImage.jpg" width=200 height="200" /> ![]() | |
Re: @trascendent: Are you checking this system in your localhost? Mail sending code never works in your localhost. Got it or not? ![]() | |
Re: instead of headers, you can place javascript here. replace this code section else { $register = user_register($register_email, $register_name, $register_password); $_SESSION['user_id'] = $register; header('Location: success.php'); exit(); } with this one... else { $register = user_register($register_email, $register_name, $register_password); $_SESSION['user_id'] = $register; ?> <script type="text/javascript"> window.location = "success.php"; </script> <?php exit(); } This … | |
Hi every one I am trying to upload a file on server but it is not uploading and always giving an error HEre is code. Please help. Its urgent [CODE] <?php session_start(); if(!session_is_registered(username)){ header("location:login.php"); } if($_REQUEST['title'] != '' && $_REQUEST['type']!='' && $_REQUEST['category'] != '' && $_REQUEST['sub']!=''&&$_REQUEST['elm3'] != '') { require("db.php"); … |
The End.