Posts
 
Reputation
Joined
Last Seen
Ranked #118
Strength to Increase Rep
+14
Strength to Decrease Rep
-3
72% Quality Score
Upvotes Received
264
Posts with Upvotes
220
Upvoting Members
120
Downvotes Received
138
Posts with Downvotes
100
Downvoting Members
36
105 Commented Posts
~564.80K People Reached
PC Specs
12GB Ram 31TBraid5 Harddrive 256MB Graphics 3.2GHz i7 - 8 core - VM Operating System with hardware &…
Favorite Tags
php x 2K
c++ x 83
java x 62
mysql x 52
Member Avatar for Duki

I'm drinking Pepsi then after that I will be drinking a recycled windows vista drink.

Member Avatar for Dani
22
17K
Member Avatar for vegaseat

[QUOTE]You know you are old when your mobile phone is more powerful then your first computer. [url]http://www.daniweb.com/community-center/geeks-lounge/threads/251691/1262726#post1262726[/url][/QUOTE] That is a memorable quote from another thread I posted in. Love the times :)

Member Avatar for Reverend Jim
15
13K
Member Avatar for nishant52

[QUOTE][QUOTE=xarz]this might be a little bit different from what you want but you can place an index.php file inside myhost/docs/default and place a code index.php which will redirect you to any page that you wish in this case default.php[/QUOTE] [QUOTE=jbennet]or just add default.php to the default document list along with …

Member Avatar for shalini_8
0
4K
Member Avatar for camelNotation

Debut Video Capture is a great one. It allows a microphone for video tutorials recording the screen in real time and can take pictures. Also you can select a portion of the screen to be recorded with many different encoders along with many other features and it's freeware. The best …

Member Avatar for Andre_14
0
2K
Member Avatar for coachHinesfan

Yes and for a medical scientest to do something like calculate the genitic makup of a couples future child that would require huge amounts of cpu as there are billions of dna protines to calculate. So with everything being theoratically possible but the cache is you allways need relavent cpu. …

Member Avatar for Steven Kenneth
0
389
Member Avatar for jyotiu

Are you talking about a 'web page' or an entire 'web site'. Because with a webpage you can just use file_get_contents() to retrieve the data then use regex to find the keywords. However, if you are talking about a 'website' or network of pages then that will require a bot …

Member Avatar for AngelEyes
1
3K
Member Avatar for mikeandike22

Can't believe I missed this thread. I find languages can be easy and/or difficult to program depending on weather you want it to be an interpreter based language or compiler based language and if you want it to be an recourse efficient language or a recourse hungry language. For example, …

Member Avatar for VEGETA_DTX
1
2K
Member Avatar for vmanes
Member Avatar for JamesCherrill
0
562
Member Avatar for Aamit

[QUOTE=Aamit;847974]hi, In htaccess [code] RewriteEngine on RewriteBase /project_test/ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^projects/(.*)/$ project_detail.php?pname=$1 [L] [/code] and my project_detail.php file at [url]http://localhost/demo/abc/index.php[/url] [url]http://localhost/demo/abc/project_detail.php[/url] when click on link [url]http://localhost/demo/abc/projects/school-project/[/url] [COLOR="Red"]IT gives page not found[/COLOR] [COLOR="Green"]I think some modification needed at this line[/COLOR] [code] RewriteRule ^projects/(.*)/$ project_detail.php?pname=$1 [L] [/code] …

Member Avatar for Sapna_3
-1
8K
Member Avatar for kozkay

Although I don't know about converting the script but you may find downloading a review script written in Java would be your best option. You should try and ask if a particular script is compatible with your server before buying one though. So try looking for a Java applet review …

Member Avatar for Arthur_4
0
5K
Member Avatar for Narayan15

[QUOTE=Narayan15;802599]... so i need Music player code in php. ...[/QUOTE] Well if you are looking for a music player, how can the server play music on the clients computer. Sounds weird trying to get the server to play the music for the client and expect the client to be able …

Member Avatar for happygeek
0
6K
Member Avatar for cwarn23

I've followed a tutorial for making php extensions in C++ and although there are no compilation errors, the extension just won't communicate with php. The tutorial is at [URL="http://www.talkphp.com/vbarticles.php?do=article&articleid=49&title=creating-custom-php-extensions"]http://www.talkphp.com/vbarticles.php?do=article&articleid=49&title=creating-custom-php-extensions[/URL] and my code is as follows: main.cpp [code=c++]#include "stdafx.h" ZEND_FUNCTION(fetch_talkphp_links); zend_function_entry talkphp_ext_functions[] = { ZEND_FE(fetch_talkphp_links, NULL) {NULL, NULL, NULL} }; zend_module_entry …

Member Avatar for Muhammad_137
0
1K
Member Avatar for cwarn23

Making sites is nice and fun but what if you don't want everybody too see something like an admin panel or maybe a special button. Well this tutorial helps you understand how to add a password to a php site in a simple manner. There are two techniques you can …

Member Avatar for diafol
5
2K
Member Avatar for cwarn23

Don't you just get sick of hash algorithms constantly been brute forced or even cracked. Well here is an algorithm I have created in my spare time to help out the little guy who just wants a secure hash. This hashing algorithm uses many different techniques including ones used in …

Member Avatar for rubberman
1
998
Member Avatar for bnmng

This kind of behaviour suggests your modem every so often cannot ping the ISP (Internet Service Provider) hence the temporary disconnection of service until it is immediately available again upon connection retry of connecting to the ISP. The solution to this usually is to get a better modem or if …

Member Avatar for jah666
0
388
Member Avatar for fobos

[QUOTE=red_ruewei;1303486]hi, may i know the step u do it. My problem is how to save url on database... thanks in advance.[/QUOTE] To save into the database simply have a column named url and maybe a column named title then to insert use the following syntax. [CODE]mysql_query('INSERT INTO `movies` SET `title`="matrix …

Member Avatar for diafol
0
2K
Member Avatar for vegaseat

I couldn't help but notice that my poop looked like an Elephant. Perhaps this is the matrix.

Member Avatar for vegaseat
11
9K
Member Avatar for vegaseat

From what I've read on the web, Australia is one of about 2 countries using smart chips like visa pay wave causing criminal problems which were descovered in trials within the uk. To this day the uk is phasing them out while australia is phasing them even thoe these new …

Member Avatar for Leigh3
0
589
Member Avatar for phoenix254

The reason why you can't open a socket on port 80 while executing the page on port 80 is that there will be multiple instances of port 80 and this will conflict. Try executing the sockets on a port that your browser does not use although it would be very …

Member Avatar for jkon
0
536
Member Avatar for AhmedHan

If your installing apache, php, mysql, tomcat or any desired linux http web server software then I would recommend installing xampp for windows, mac and android. However on linux since the software is native to linux I would recommend installing from the yum or dpkg repository. When installing xampp remember …

Member Avatar for cwarn23
0
332
Member Avatar for padma525

[QUOTE=robothy;585657]Hi, Have you considered saving the Excel data as a CSV file, then reading the content of the file into PHP using file_get_content.[/QUOTE] Since how this has already been bumped I shall add if you can export the excel file to a CSV file, phpmyadmin will allow you to import …

Member Avatar for sankartomogo
1
3K
Member Avatar for christos312

I would have to disagree with everybody and say Python is the future. It can handle big numbers and can do multi threading along with its many capabilities from its extensive work over the many years. In case your wondering who uses Python, well google uses Python on their web …

Member Avatar for DaveAmour
0
777
Member Avatar for sem123

Are you referring to the image format psd or something else because it is impossible to convert an image to html unless you are talking about the <img> tag. Please advice. cwarn23

Member Avatar for jenniferjudy2
0
251
Member Avatar for Smoking Bros

[QUOTE]MySQL works fine, but when I hit the 'Start' button to start Apache it says "Running" in like 10 secs, and then it stops running again.. And in the short time it is running when I try to hit "Admin" is cannot open the web-browser, and Apache service stops..[/QUOTE] I …

Member Avatar for J. M. P.
0
794
Member Avatar for Katie**

Sounds like something has interfered with the boot sector. Perhaps you should insert your windows installation disk and do a repair. If you don't have a windows installation disk then buy one. If you can't afford it and want a harder alternative then download the ubuntu disk (about 1GB) and …

Member Avatar for RobertHDD
0
213
Member Avatar for beanboy

Well if you have uploaded your php files to the web server, then just type the address (example: [url]www.yoursite.com/index.php[/url]) into your browser and the script should run. If however it shows your source code and random html code then it means that your server doesn't have php installed in which …

Member Avatar for diafol
0
1K
Member Avatar for bolfescu

Looking at the code above I can spot two notable errors in post [#post](https://www.daniweb.com/web-development/php/threads/484283/confirm-in-echo-function#post2119233) They are one to change the window.location upon clicking a button or link you need it to note only be in the onclick event but also have the prefix "JavaScript:". In addition setting the value of …

Member Avatar for mattster
0
793
Member Avatar for newprogidk

Some padding helps identify the errors. Try something along the lines of the following: import java.Math.*; import java.swing.JOptionPane; public class EqTri { private double sideLength; private String identifier; public EqTri(double x,String s) { sideLength = x; identifier = s; //note here "s" is not global to the class nor static …

Member Avatar for stultuske
0
167
Member Avatar for sanjaypandit

I'm not sure about directly creating this script from scratch but perhaps there might be an api that you can use. So try and google for a webpage screen capture api.

Member Avatar for rurunoruru
0
6K
Member Avatar for james6754

[QUOTE=;][/QUOTE] Try the following: [code]$phone = (int)$_POST['phone']; if ($phone==0) { //invalid phone number } else { echo $phone; }[/code]

Member Avatar for stekmil
0
2K