No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
you are looking for a web developer partner? Contact me!
- Interests
- basquet / travel / play with my daugther / diving
17 Posted Topics
![]() | Re: On your store procedure. ... ... where indexes.LanguageID = languages.LanguageID and languages.LanguageID = Language ... ... what is Language? Did you try with $Languaje (?) ch.- |
Re: 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. | |
Re: 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.- ![]() | |
Re: 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.- | |
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.- | |
Re: Can you copy the 'config.inc.php' script?? ch.- | |
Re: Can you show your script? Probably you must write ';' instead of ':' ch.- | |
Re: Did you check the user/passw/database and privileges on your MySQL 5.0 ? | |
Re: Try fatihpiristine's post, or this: <td><a href="<?=$row_schedule['photos']?>"><?=$row_schedule['photos']?> </a></td> ch.- ![]() | |
Re: 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.- | |
Re: 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.- | |
![]() | Re: <?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: … ![]() |
Re: [url]http://www.daniweb.com/forums/thread57.html[/url] ;) ch.- | |
Re: 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. | |
![]() | Re: 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.- ![]() |
Re: 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.- | |
Re: You can use stripslashes function. string stripslashes ( string cad) For example: ' is changed with ' \' is changed with ' ch.- |
The End.