Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
11
Posts with Upvotes
9
Upvoting Members
10
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
5 Commented Posts
0 Endorsements
Ranked #1K
~134.34K People Reached
Favorite Tags

188 Posted Topics

Member Avatar for samaru
Member Avatar for Zurompeta
Member Avatar for dave.shaw.37
0
1K
Member Avatar for anuj_sharma

Since you are familiar with Java, I suggest you should go with Java. Different people prefers different languages. I agree with others saying that Java is widely used. Since it's free and no license required, there is no additional cost for it. I would go for Java and use the …

Member Avatar for rumisa
0
342
Member Avatar for zippee

[QUOTE=zippee] Change this: [url]http://mysite.com/pagename.php[/url] To this: [url]http://mysite.com/pagename[/url] or this: [url]http://mysite.com/pagename.html[/url] [/QUOTE] [url]http://mysite.com/pagename[/url] [url]http://mysite.com/pagename.html[/url] Both will work in mod_rewrite. As for [url]http://mysite.com/pagename[/url], try RewriteRule ^pagename pagename.php As for [url]http://mysite.com/pagename.html[/url], try RewriteRule ^pagename.html pagename.php There is an another option you can also try called php pathinfo. [url]http://www.tutorio.com/tutorial/php-alternative-to-mod-rewrite-for-se-friendly-urls[/url] Hope it helps.

Member Avatar for mikerock
0
795
Member Avatar for janzaldo

Your local machine does not show because you have turned off the error reporting. Anyway try the below code. Do let me know whether it works. [PHP]<?php require('conexion2.php'); $SQLEmpresa= "SELECT empresa.cve_Empresa, Nombre, Direccion, pagina, telefono FROM empresa, empresa_Categoria WHERE ".$_GET['cve_Categoria']." = empresa_Categoria.cve_Categoria AND empresa_Categoria.cve_Empresa = empresa.cve_Empresa"; $rsEmpresa = mysql_query($SQLEmpresa,$conexion); while …

Member Avatar for sudhir1234
0
2K
Member Avatar for cheesywan

To refresh or reload php page, you can use "Meta" e.g <META HTTP-EQUIV=Refresh CONTENT="3; URL=http://www.yoursite.com/yoururl.php"> It will refresh in every 3 seconds. You can change 3 to number you like.

Member Avatar for uzor64
-4
18K
Member Avatar for raine

[PHP]<? $connect = mysql_connect("localhost", "adamf", "adamf123") or die ("Wrong password, jerk."); mysql_select_db ("adamf"); $insert="INSERT INTO product (product_id, product_name, product_type, product_brand, product_year) VALUES (1, 'Cyber', 1, 1, 2001), (2, 'Motive', 8, 1, 2005), (3, 'Oracle', 8, 2, 2005)"; $results = mysql_query($insert) or die(mysql_error()); $type="INSERT INTO producttype (producttype_id, producttype_label) VALUES (1, 'Heads'), …

Member Avatar for get-innocuous
0
861
Member Avatar for wussa
Member Avatar for michael123

There are tutorials on phpfreaks.com [url]http://www.phpfreaks.com/tutorials/107/0.php[/url] [url]http://www.phpfreaks.com/tutorials/123/0.php[/url]

Member Avatar for cicovy
0
194
Member Avatar for Punkis448
Member Avatar for charlie123

It's not true that JSP is much more secured. It totally depends on the developer of the application. [QUOTE=anuj576;704224]Well i think that JSP is much more secured than the other two. I hope some professional can clear this out. :)[/QUOTE] My preference is PHP for web applications. As for desktop …

Member Avatar for kwesiaryee
0
247
Member Avatar for ithinkimdumb
Member Avatar for RUBein_Fair
0
125
Member Avatar for nessy
Member Avatar for A Monkeys Uncle

EasyCleaner will do for you. [url]http://personal.inet.fi/business/toniarts/ecleane.htm[/url]

Member Avatar for makbijijijjjiji
0
458
Member Avatar for mystique

I am currently using WS_FTPLE and Filezilla. Both are free and good. Filezilla [url]http://filezilla.sourceforge.net[/url] WS_FTPLE [url]ftp://ftp6.ipswitch.com/ipswitch/product_downloads/ws_ftple.exe[/url] AceFTP (Never tried before) [url]http://software.visicommedia.com/en/products/aceftpfreeware/[/url]

Member Avatar for Zagga
0
204
Member Avatar for alaa_steel

I assume all columns are varchar. You can try one of them. If it's not working, then post here again. [CODE=php]if(mysql_query("update book set hometel='$edit_hometel',worktel='$edit_worktel',fax1='$edit_fax1',fax2='$edit_fax2',pobox='$edit_pobox',email='$edit_email' where name='".$row['name']."' and hometel='".$row['hometel']."'")){ echo "<font face='arial narrow' size='3' color='#ffffff'>The Record has updated succesfully.</font><br>"; echo "<a href='index.php'><img src='images/buttons/continue_butt.gif' border='0'></a>"; }else{ echo "<font face='arial narrow' size='3' color='#ffffff'>An …

Member Avatar for zimah
0
198
Member Avatar for Dheeraj Kumar

[PHP]header("Refresh: 3; http://www.yourdomain.com"); [/PHP] Try replacing '3' with your choice. Hope it helps.

Member Avatar for jogesh_p
0
284
Member Avatar for chunguy

I hope this would help you [url]http://docs.php.net/en/ref.printer.html[/url]

Member Avatar for eagoweb
1
10K
Member Avatar for captdave
Member Avatar for Djul
0
172
Member Avatar for jessica81

Just to take note that there is no Foreign key in MySQL unless your database's type is InnoDB. I assume you are using MyISAM. [QUOTE]DELETE FROM Customer WHERE CustomerID = yourcustomerid; DELETE FROM Records WHERE CusomerID = yourcustomerid; [/QUOTE] Hope it helps.

Member Avatar for hirenpatel53
0
206
Member Avatar for rajeesh_rsn

Clear cookie or session. If session or cookie is invalid, then redirect user to log-in page.

Member Avatar for vidhyabalu
0
80
Member Avatar for techhelpforme

Another way round to use .html is use mod_rewrite to convert .php to .html (any file format you can convert)

Member Avatar for diafol
0
3K
Member Avatar for lcl
Member Avatar for mrcniceguy
Member Avatar for phpnovice

You can embed html code in php. Example, <EMBED SRC="yourfile.wav" HIDDEN="TRUE" AUTOSTART="TRUE"></EMBED> Hope it helps.

Member Avatar for vaultdweller123
0
2K
Member Avatar for Zephyroza

I don't think Microsoft is able to complete against Apple in Mp3 player market. But I would like to see Microsoft + Creative against Apple. That would be a big fight in the market which would push Apple better in producing the upcoming players.

Member Avatar for pty
0
227
Member Avatar for decay

[code=php] <? header( "HTTP/1.1 301 Moved Permanently" ); header( "Location: http://www.your-new-site.com/your-new-url.html" ); ?> [/code]

Member Avatar for decay
0
251
Member Avatar for itsrahulk

Try this code [code=php]header('Location: '.$_SERVER['HTTP_REFERER']);[/code]

Member Avatar for samarudge
0
131
Member Avatar for php4ever

Another would be phpDesigner [url]http://www.mpsoftware.dk/phpdesigner.php[/url]

Member Avatar for php4ever
0
131
Member Avatar for arajapandi

You need to insert url for form action. [CODE=php]<?php print "<pre>"; print_r($_POST); print_r($_REQUEST); print "</pre>"; print "<form action='<destination-url>.php' method='post'> <input type='text' name='inputname'> <input type='submit' name='test'> </form>"; ?>[/CODE]

Member Avatar for arajapandi
0
153
Member Avatar for mangel.murti
Member Avatar for mangel.murti
0
108
Member Avatar for >shadow<

To me, I would set less rules which affects main points. Of course, if your forum is getting popular, it's good to set many rules.

Member Avatar for pressurevalve
0
171
Member Avatar for snowsurfer32
Member Avatar for PoA
0
95
Member Avatar for nil_gh_80
Member Avatar for bhavik_thegame
0
101
Member Avatar for darjana

It depends on the site that you are trying to retrieve content. If the site is loading slow, then it can affect on your retrieval of content.

Member Avatar for darjana
0
136
Member Avatar for danishbacker

Do you get any errors? Try to use the full path /your/server/path/to/your/application Full codes will be appreciated.

Member Avatar for danishbacker
0
141
Member Avatar for gandil

Why don't you use COUNT in sql statement instead? [code=php] $qry = mysql_query("SELECT COUNT(*) FROM data_table WHERE page='$page'",$dbh); [/code]

Member Avatar for jt1
0
140
Member Avatar for FlashCreations

It's called mod_rewrite, which is an Apache module. It allows you to rewrite the requested urls. You should read more about it here [url]http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html[/url]

Member Avatar for FlashCreations
0
238
Member Avatar for serkan sendur

IDE: Eclipse Server: Apache, PHP, MySQL. Try xampp or wamp as buddylee17 suggested.

Member Avatar for PoA
0
146
Member Avatar for streetrodfanati

It would be better if you put your code in code tag. Easier to look through.

Member Avatar for streetrodfanati
0
227
Member Avatar for twmprys
Member Avatar for PoA
0
124
Member Avatar for chicago1985

It's not true that ColdFusion will cut down your development time. If you need faster development time, you should try Frameworks such as CakePHP, CodeIgniter, Symphony. You will know the speed of your development. Not only speed but also reusability and easier maintenance.

Member Avatar for PoA
0
169
Member Avatar for Shanti C
Member Avatar for prashanth18

Data should be stored in the database. Inform user if admin makes any changes in database. Send changes via email to user.

Member Avatar for PoA
0
79
Member Avatar for sahdev86

Please write in more details about error where you get. Which line? Please put your code in php code tags in order to help you better.

Member Avatar for PoA
0
109
Member Avatar for cwarn23

Assume you have hardware that meets to run your script. If so, 1. Optimize your SQL. 2. Install memcache extension in PHP. Hope it helps.

Member Avatar for R0bb0b
0
122
Member Avatar for yasmena

It comes from null value of date field. Option 1 If user don't insert date, then you should do validation which forces user to input date. Option 2 Insert default date if user do not input.

Member Avatar for PoA
0
61
Member Avatar for nil_gh_80

Try [url]http://atmail.org[/url] [url]http://roundcube.net[/url]

Member Avatar for mexabet
0
210
Member Avatar for yasmena

Replace dots with dashes. Try below. [code=php]$mydate=date("$year-$month-$day"); [/code]

Member Avatar for R0bb0b
0
83
Member Avatar for justted

The End.