Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~3K People Reached
About Me

you are looking for a web developer partner? Contact me!

Interests
basquet / travel / play with my daugther / diving
Favorite Forums
Favorite Tags
php x 29

17 Posted Topics

Member Avatar for fatihpiristine

On your store procedure. ... ... where indexes.LanguageID = languages.LanguageID and languages.LanguageID = Language ... ... what is Language? Did you try with $Languaje (?) ch.-

Member Avatar for klusik
0
1K
Member Avatar for smartness

Hi Smartness! You are looking for someone who makes the work? or you want learn how to do the submit script? Can you share and explain the script that you have tried to create? Then we can help you and you`ll learn.

Member Avatar for smartness
0
336
Member Avatar for Chris101a

Hi. Did you think in use some simple PHP Ajax script? There i upload to you an example. [URL="http://www.mazur.com.ar/combos.rar"]www.mazur.com.ar/combos.rar[/URL] You have to create the database to test it, and change the second 'select' with a table. ch.-

Member Avatar for langsor
0
109
Member Avatar for dbayo

Hi Dbayo. Did you visit Google. You can find a lot of code there. [url]http://www.google.com/search?hl=es&q=insert+an+images+into+MySql+database&btnG=Buscar+con+Google&lr=[/url] ch.-

Member Avatar for dbayo
0
75
Member Avatar for chmazur

I would like to know why in the majority of the examples showed in the forum, nobody uses classes in PHP. Is it a chance? Or really, is nobody using them? Do you know classes advantages? ch.-

Member Avatar for chmazur
0
95
Member Avatar for shackow
Member Avatar for mercuryserve

Can you show your script? Probably you must write ';' instead of ':' ch.-

Member Avatar for hopalongcassidy
0
96
Member Avatar for bling_bling_vr6
Member Avatar for somedude3488
0
152
Member Avatar for dragon@dragon64

Try fatihpiristine's post, or this: <td><a href="<?=$row_schedule['photos']?>"><?=$row_schedule['photos']?> </a></td> ch.-

Member Avatar for fatihpiristine
0
140
Member Avatar for jaydude23

I wil try with: if mysql_query("SELECT * FROM test WHERE Account_No = ".$Account_No) If it don`t work. Try with: if mysql_query("sql", $cid) ch.-

Member Avatar for jaydude23
0
146
Member Avatar for stp123

Hi! Did you make an echo of your query? Are you sure that this query is OK? The sql_connect function is connecting OK to the database? ch.-

Member Avatar for RoryGren
0
105
Member Avatar for fatihpiristine

<?php $urloriginal = "http://www.mazur.com.ar/galeria/index.php?id=25"; echo "URL original: " . $urloriginal . "<br><br>\n"; $urloriginal = eregi_replace("http://", "", $urloriginal); echo "URL original sin http//: " . $urloriginal . "<br><br>\n"; $parametros = stristr($urloriginal, "/"); echo "The request part: " . $parametros . "<br><br>\n"; $dominio = substr($urloriginal, 0, strpos($urloriginal, "/")); echo "El dominio es: …

Member Avatar for fatihpiristine
0
106
Member Avatar for naturegirrrl
Member Avatar for chmazur
0
109
Member Avatar for naturegirrrl

Hi! You can install [URL="http://httpd.apache.org/"]Apache[/URL] web server and [URL="http://www.php.net/downloads.php"]PHP [/URL]on your computer or network server. This is the easier way to learn PHP.

Member Avatar for naturegirrrl
0
208
Member Avatar for fatihpiristine

If you are thinking in use stores procedures, sure is the best option. In this case, your aplicattion is not free from the engine of database. Another way is using functions in external files. (using require o include) ch.-

Member Avatar for fatihpiristine
0
96
Member Avatar for ashketchum

Hi ashketchum! I think you have to use two tables in your databases. Category(idCateg, Name) and CategoryContent(idArtic, idCateg, info). In Category you'll have 5 rows. In CategoryContent, the rest articles for those categories. ch.-

Member Avatar for chmazur
0
70
Member Avatar for ztwalsh

You can use stripslashes function. string stripslashes ( string cad) For example: ' is changed with ' \' is changed with ' ch.-

Member Avatar for chmazur
0
94

The End.