Accueil > Forum > > > > Multiple problème
Multiple problème
lundi 21 janvier 2008 à 19:19:40 |
Multiple problème

dclick07
|
Bonjour, j'aurais quelque question qui pourrait grandement m'aider. Je suis venu demander de l'aide sur ce forum car c'était mon dernier recours svp aider moi !!!!
| Code: | {include file='header.tpl'}
{* JAVASCRIPT FOR ADDING COMMENT *} {literal} <script type='text/javascript'> <!-- var comment_changed = 0; var first_comment = 1; var last_comment = {/literal}{$comments|@count}{literal}; var next_comment = last_comment+1; var total_comments = {/literal}{$total_comments}{literal};
function removeText(commentBody) { if(comment_changed == 0) { commentBody.value=''; commentBody.style.color='#000000'; comment_changed = 1; } }
function addText(commentBody) { if(commentBody.value == '') { commentBody.value = '{/literal}{$profile44}{literal}'; commentBody.style.color = '#888888'; comment_changed = 0; } }
function checkText() { if(comment_changed == 0) { var commentBody = document.getElementById('comment_body'); commentBody.value=''; } var commentSubmit = document.getElementById('comment_submit'); commentSubmit.value = '{/literal}{$profile45}{literal}'; commentSubmit.disabled = true; }
function addComment(is_error, comment_body, comment_date) { if(is_error == 1) { var commentError = document.getElementById('comment_error'); commentError.style.display = 'block'; if(comment_body == '') { commentError.innerHTML = '{/literal}{$profile46}{literal}'; } else { commentError.innerHTML = '{/literal}{$profile47}{literal}'; } var commentSubmit = document.getElementById('comment_submit'); commentSubmit.value = '{/literal}{$profile48}{literal}'; commentSubmit.disabled = false; } else { var commentError = document.getElementById('comment_error'); commentError.style.display = 'none'; commentError.innerHTML = '';
var commentBody = document.getElementById('comment_body'); commentBody.value = ''; addText(commentBody);
var commentSubmit = document.getElementById('comment_submit'); commentSubmit.value = '{/literal}{$profile48}{literal}'; commentSubmit.disabled = false;
var commentSecure = document.getElementById('comment_secure'); commentSecure.value='' var secureImage = document.getElementById('secure_image'); secureImage.src = secureImage.src + '?' + (new Date()).getTime();
total_comments++; var totalComments = document.getElementById('total_comments'); totalComments.innerHTML = total_comments;
if(total_comments > 10) { var oldComment = document.getElementById('comment_'+first_comment); if(oldComment) { oldComment.style.display = 'none'; first_comment++; } }
var newComment = document.createElement('div'); var divIdName = 'comment_'+next_comment; newComment.setAttribute('id',divIdName); var newTable = "<table cellpadding='0' cellspacing='0' width='100%'><tr><td class='profile_item1' width='80'>"; {/literal} {if $user->user_info.user_id != 0} newTable "<a href='{$url->url_create('profile',$user->user_info.user_username)}'><img src='{$user->user_photo('./images/nophoto.gif')}' class='photo' border='0' width='{$misc->photo_size($user->user_photo('./images/nophoto.gif'),'75','75','w')}'
></a></td><td class='profile_item2'><table cellpadding='0' cellspacing='0' width='100%'><tr><td class='profile_comment_author'><b><a href='{$url->url_create('profile',$user->user_info.user_username)}'>{$user->us
er_info.user_username}</a></b> - {$datetime->cdate("`$setting.setting_timeformat` `$profile20` `$setting.setting_dateformat`", $datetime->timezone($smarty.now, $global_timezone))}</td><td class='profile_comment_author' align='right' nowrap='nowrap'><a href='{$url->url_create('profile',$user->user_info.user_username)}#comments'>{$pr
ofile26}</a> | <a href='user_messages_new.php?to={$user->user_info.user_username}'>{$profile34}</a& amp; gt;</td>"; {else} newTable "<img src='./images/nophoto.gif' class='photo' border='0' width='75'></td><td class='profile_item2'><table cellpadding='0' cellspacing='0' width='100%'><tr><td class='profile_comment_author'><b>{$profile33}</b> - {$datetime->cdate("`$setting.setting_timeformat` `$profile20` `$setting.setting_dateformat`", $datetime->timezone($smarty.now, $global_timezone))}</td><td class='profile_comment_author' align='right' nowrap='nowrap'> </td>"; {/if} newTable "</tr><tr><td colspan='2' class='profile_comment_body'>"+comment_body+"</td></tr></table
></td></tr></table>"; {literal} newComment.innerHTML = newTable; var profileComments = document.getElementById('profile_comments'); var prevComment = document.getElementById('comment_'+last_comment); profileComments.insertBefore(newComment, prevComment); next_comment++; last_comment++; } }
function action_delete(action_id) { var divname = 'action_' + action_id; var newsrc = 'action_delete.php?action_id=' + action_id; hidediv(divname); document.getElementById('actionimage').src = newsrc; document.getElementById('actions_total').value--; if(document.getElementById('actions_total').value == 0) { document.getElementById('actions').style.display = "none"; } }
//--> </script> {/literal}
<br> <table cellpadding='0' cellspacing='0' width='103%'> <tr> <td width="37%">{$profile6} {$owner->user_info.user_username}</td> <td width="52%"> </td> <td width="11%">{$profile16} {$total_views} {$profile17}</td> </tr> </table>
<table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='profile_leftside' width='200'> {* BEGIN LEFT COLUMN *}
{* SHOW USER PHOTO *} <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr> <td class='profile_photo'><p><a href='albums.php?user={$owner->user_info.user_username}'><img class='photo' src='{$owner->user_photo("./images/nophoto.gif")}' border='0'></a></p> </td>
</tr> </table> {* SHOW BUTTONS IF LOGGED IN AND VIEWING SOMEONE ELSE *} {if $owner->user_info.user_username != $user->user_info.user_username} <table class='profile_menu' cellpadding='0' cellspacing='0' width='100%'> {* SHOW VIEW FRIENDS MENU ITEM *} {if $total_friends != 0} <tr> <td class='profile_menu1'><a href='profile_friends.php?user={$owner->user_info.user_username}'><img src='./images/icons/browsefriends16.gif' class='icon' border='0'>{$profile7} {$owner->user_info.user_username|truncate:10:"...":true}</a></td>
</tr> {/if}
{* SHOW ADD OR REMOVE FRIEND MENU ITEM *} {if $friendship_allowed != 0} {if $is_friend == TRUE} <tr> <td class='profile_menu1'><a href='user_friends_confirm.php?task=remove&user={$owner->user_info.user_username}&a mp;a mp;return_url={$url->url_create('profile', $owner->user_info.user_username)}'><img src='./images/icons/remove_friend16.gif' class='icon' border='0'>{$profile41}</a></td> </tr> {else} <tr> <td class='profile_menu1'><a href='user_friends_add.php?user={$owner->user_info.user_username}'><img src='./images/icons/addfriend16.gif' class='icon' border='0'>{$profile9}</a></td> </tr> {/if} {/if}
{* SHOW SEND MESSAGE MENU ITEM *} {if $user->level_info.level_message_allow == 2 | ($user->level_info.level_message_allow == 1 & $is_friend == TRUE)} <tr> <td class='profile_menu1'><a href='user_messages_new.php?to={$owner->user_info.user_username}'><img src='./images/icons/sendmessage16.gif' class='icon' border='0'>{$profile10}</a></td> </tr> {/if} {* SHOW REPORT THIS PERSON MENU ITEM *} <tr> <td class='profile_menu1'><a href='user_report.php?return_url={$url->url_current()}'><img src='./images/icons/report16.gif' class='icon' border='0'>{$profile11}</a></td> </tr>
{* SHOW BLOCK OR UNBLOCK THIS PERSON MENU ITEM *} {if $user->level_info.level_profile_block != 0} {if $user->user_blocked($owner->user_info.user_id) == TRUE} <tr> <td class='profile_menu1'><a href='user_friends_block.php?task=unblock&user={$owner->user_info.user_username}'&a mp;g t;<img src='./images/icons/unblock16.gif' class='icon' border='0'>{$profile42}</a></td> </tr> {else} <tr> <td class='profile_menu1'><a href='user_friends_block.php?task=block&user={$owner->user_info.user_username}'>
<img src='./images/icons/block16.gif' class='icon' border='0'>{$profile12}</a></td> </tr> {/if} {/if}
</table> {/if}
{* DISPLAY IF PROFILE IS PRIVATE TO VIEWING USER *} {if $is_profile_private != 0}
{* END LEFT COLUMN *} </td> <td class='profile_rightside'> {* BEGIN RIGHT COLUMN *}
<img src='./images/icons/error48.gif' border='0' class='icon_big'> <div class='page_header'>{$profile3}</div> {$profile4}
{* DISPLAY ONLY IF PROFILE IS NOT PRIVATE TO VIEWING USER *} {else}
{* BEGIN STATUS *} {if ($owner->level_info.level_profile_status != 0 AND $owner->user_info.user_status != "") } <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr> <td class='header'>{$profile36}</td> <tr> <td class='profile'> {if $owner->level_info.level_profile_status != 0 AND $owner->user_info.user_status != ""} <table cellpadding='0' cellspacing='0'{if $is_online == 1} style='margin-top: 5px;'{/if}> <tr> <td valign='top'><img src='./images/icons/status16.gif' border='0' class='icon'></td> <td>{$owner->user_info.user_username} {$profile14} {$owner->user_info.user_status|choptext:12:"<br>"}</td> </tr> </table> {/if} </td> </tr> </table> {/if} {* END STATUS *}
{* BEGIN STATS *}
{* END STATS *}
{* BEGIN PLUGIN RELATED PROFILE SECTIONS *} {section name=profile_loop loop=$global_plugins}{include file="profile_`$global_plugins[profile_loop]`.tpl"}{/section}
{* END LEFT COLUMN *} </td> <td class='profile_rightside'> {* BEGIN RIGHT COLUMN *}
{* SHOW RECENT ACTIVITY *} {if $actions_total > 0} {literal} <script language="JavaScript"> <!-- Rollimage0 = new Array() Rollimage1 = new Array() Rollimage0['join']= new Image(10,12); Rollimage0['join'].src = "./images/icons/action_delete1.gif"; Rollimage1['join'] = new Image(10,12); Rollimage1['join'].src = "./images/icons/action_delete2.gif";
function SwapOut(imgname, imgsrc) { imgname.src = Rollimage1[imgsrc].src; return true; } function SwapBack(imgname, imgsrc) { imgname.src = Rollimage0[imgsrc].src; return true; } //--> </script> {/literal}
<table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;' id='actions'> <tr><td class='header'>{$profile24}</td></tr> <tr> <td class='profile'> {* SHOW RECENT ACTIONS *} {section name=actions_loop loop=$actions} <div id='action_{$actions[actions_loop].action_id}' class='profile_action{if $smarty.section.actions_loop.last == true}_bottom{/if}'> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td valign='top'> <table cellpadding='0' cellspacing='0'> <tr> <td valign='top'><img src='./images/icons/{$actions[actions_loop].action_icon}' border='0' class='icon'></td> <td valign='top' width='100%'> <div class='profile_action_date'> {$datetime->time_since($actions[actions_loop].action_date)} {* DISPLAY DELETE LINK IF NECESSARY *} {if $setting.setting_actions_selfdelete == 1 AND $actions[actions_loop].action_user_id == $user->user_info.user_id} <a href="javascript:action_delete('{$actions[actions_loop].action_id}')"><img
src='./images/icons/action_delete1.gif' style='vertical-align: middle; margin-left: 3px;' border='0' onMouseOver="SwapOut(this, 'join')" onMouseOut="SwapBack(this, 'join')" name='join{$actions[actions_loop].action_id}' id='join{$actions[actions_loop].action_id}'></a> {/if} </div> {$actions[actions_loop].action_text|choptext:50:"<br>"} </td> </tr> </table> </td> </tr> </table> </div> {/section} <input type='hidden' name='actions_total' id='actions_total' value='{$actions_total}'> <img id='actionimage' src='./images/trans.gif' border='0' style='display: none;'> </td> </tr> </table> {/if} {* END RECENT ACTIVITY *} <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr><td class='header'></td></tr> <tr> <td class='profile'> <table cellpadding='0' cellspacing='0'> {if $owner->user_info.user_dateupdated != ""}<tr><td width="237">{$profile22}</td> <td width="905"> {$datetime->time_since($owner->user_info.user_dateupdated)}</td> </tr>{/if} {if $owner->user_info.user_signupdate != ""}<tr><td>{$profile23}</td><td>{$datetime->cdate(&am p;qu ot;`$setting.setting_dateformat`", $datetime->timezone("`$owner->user_info.user_signupdate`", $global_timezone))}</td></tr> <tr> <td>Présentement :</td> <td> {if $is_online != 0}<div class="green">En ligne</div>{else}<div class="red">Hors-ligne</div>{/if}</td> </tr> {/if} </table> </td> </tr> </table>
{* SHOW PROFILE TABS AND FIELDS *} {section name=tab_loop loop=$tabs} <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr><td class='header'></td></tr> <tr> <td class='profile'> <table cellpadding='0' cellspacing='0'> {* LOOP THROUGH FIELDS IN TAB, ONLY SHOW FIELDS THAT HAVE BEEN FILLED IN *} {section name=field_loop loop=$tabs[tab_loop].fields} <tr> <td width='130' valign='top'> {$tabs[tab_loop].fields[field_loop].field_title}: </td> <td> {$tabs[tab_loop].fields[field_loop].field_value_profile} {if $tabs[tab_loop].fields[field_loop].field_birthday == 1} ({$datetime->age($tabs[tab_loop].fields[field_loop].field_value)} {$profile37}){/if} </td> </tr> {/section} </table> </td> </tr> </table> {/section} {* END PROFILE TABS AND FIELDS *}
{* BEGIN FRIEND LIST *} {if $total_friends != 0} <table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'> <tr><td class='header'> {$profile35} ({$total_friends}) [ <a href='profile_friends.php?user={$owner->user_info.user_username}'>{$profile25} {$profile19}</a> ] </td></tr> <tr> <td class='profile' align='center'> {* LOOP THROUGH FRIENDS *} {section name=friend_loop loop=$friends} {* START NEW ROW *} {cycle name="startrow2" values="<table cellpadding='0' cellspacing='0'><tr>,,,,"} <td class='profile_friend'><a href='{$url->url_create('profile',$friends[friend_loop]->user_info.user_username)}'& amp; gt;<img src='{$friends[friend_loop]->user_photo('./images/nophoto.gif')}' class='photo' border='0' width='{$misc->photo_size($friends[friend_loop]->user_photo('./images/nophoto.gif'),
'75','75','w')}'><br>{$friends[friend_loop]->user_info.user_username}</a> ; ;</td> {* END ROW AFTER 4 RESULTS *} {if $smarty.section.friend_loop.last == true} </tr></table> {else} {cycle name="endrow2" values=",,,,</tr></table>"} {/if} {/section} </td> </tr> </table> {/if} {* END FRIEND LIST *}
{* BEGIN COMMENTS *} <a name='comments'></a> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='header'> {$profile38} (<span id='total_comments'>{$total_comments}</span>) [ <a href='profile_comments.php?user={$owner->user_info.user_username}'>{$profile25} {$profile32}</a> ] </td> </tr> {if $allowed_to_comment != 0} <tr> <td class='profile_postcomment'> <form action='profile_comments.php' method='post' target='AddCommentWindow' onSubmit='checkText()'> <textarea name='comment_body' id='comment_body' rows='2' cols='65' onfocus='removeText(this)' onblur='addText(this)' style='color: #888888; width: 100%;'>{$profile44}</textarea>
<table cellpadding='0' cellspacing='0' width='100%'> <tr> {if $setting.setting_comment_code == 1} <td width='75' valign='top'><img src='./images/secure.php' id='secure_image' border='0' height='20' width='67' class='signup_code'></td> <td width='68' style='padding-top: 4px;'><input type='text' name='comment_secure' id='comment_secure' class='text' size='6' maxlength='10'></td> <td width='10'><img src='./images/icons/tip.gif' border='0' class='icon' onMouseover="tip('{$profile49}')"; onMouseout="hidetip()"></td> {/if} <td align='right' style='padding-top: 5px;'> <input type='submit' id='comment_submit' class='button' value='{$profile48}'> <input type='hidden' name='user' value='{$owner->user_info.user_username}'> <input type='hidden' name='task' value='dopost'> </form> </td> </tr> </table> <div id='comment_error' style='color: #FF0000; display: none;'></div> <iframe name='AddCommentWindow' style='display: none' src=''></iframe> </div> </div> </td> </tr> {/if} <tr> <td class='profile' id='profile_comments'>
{* LOOP THROUGH PROFILE COMMENTS *} {section name=comment_loop loop=$comments} <div id='comment_{math equation='t-c' t=$comments|@count c=$smarty.section.comment_loop.index}'> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='profile_item1' width='80'> {if $comments[comment_loop].comment_author->user_info.user_id != 0} <a href='{$url->url_create('profile',$comments[comment_loop].comment_author->user_info.
user_username)}'><img src='{$comments[comment_loop].comment_author->user_photo('./images/nophoto.gif')}' class='photo' border='0' width='{$misc->photo_size($comments[comment_loop].comment_author->user_photo('./imag
es/nophoto.gif'),'75','75','w')}'></a> {else} <img src='./images/nophoto.gif' class='photo' border='0' width='75'> {/if} </td> <td class='profile_item2'> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td class='profile_comment_author'><b>{if $comments[comment_loop].comment_author->user_info.user_id != 0}<a href='{$url->url_create('profile',$comments[comment_loop].comment_author->user_info.
user_username)}'>{$comments[comment_loop].comment_author->user_info.user_username}&a mp;l t;/a>{else}{$profile33}{/if}</b> </td> <td class='profile_comment_author2' align="right"> {$datetime->cdate("`$setting.setting_timeformat` `$profile20` `$setting.setting_dateformat`", $datetime->timezone($comments[comment_loop].comment_date, $global_timezone))}</td> </tr> <tr> <td colspan='3' class='profile_comment_body'>{$comments[comment_loop].comment_body|choptext:50:"&a mp;l t;br>"}</td> </tr> </table> </td> </tr> </table> </div> {/section}
</td> </tr> </table> {* END COMMENTS *}
{/if} {* END PRIVACY IF STATEMENT *}
{* END RIGHT COLUMN *} </td> </tr> </table>
{include file='footer.tpl'} | Je veux retirer le code de sécurité quand on envoie un message à une personne mais j'n'y arrive pas(L'anti-spam). (J'ai acheté en toute légalité la lisence de ce script)
Ensuite, je cherche un code pour ajouter au profil des membres pour savoir qui ont visité leur profil, rien de compliquer simplement un nom qui apparaiterais pour dire que cette personne à visité sa fiche.
Ensuite, je cherche un script que je pourrais facilement ajouter a la section membre pour que les membres puissent ajouté une chansons(mp3) dans leur profil !!
Et comme derniere chose, je cherche un forum facile à intégrer a mon site avec les derniers post fait que jpourrais mettre sur l'accueil, un peut comme sur ce site www.outaouaisweb.com/index_main.asp
Pour l'instant j'me contenterais de ca :) Si quelqu'un peut m'aider ce serais grandement aprécié!!!
Ceci n'est pas du spam mais simplement le site que je suis en train de construire!! www.garde-conact.com
Merci à tous !
|
|
mercredi 23 janvier 2008 à 16:18:26 |
Re : Multiple problème

garfield90
|
Si tu as acheter ca, demande a la société/personne qu'il l'a fait de te le modifier en fonction de tes besoins. car perso, je ne toucherai jamais a un code comme ca, car c'est immonde à lire.
Welcome in a smarty club
"They are 10 sorts of persons whose understand binary and whose not"
|
|
Cette discussion est classée dans : user, info, username, loop, if
Répondre à ce message
Sujets en rapport avec ce message
Comparaison, si ok, redirection [ par jmobylette ]
Bonjour !Voilà, en fait je veux faire un chat pour il faut s'identifier avec le login et mdp eut sur le forum.Donc ben j'ai fait un formulaire avec lo
push_array associatif [ par Teddy_le_gnein ]
bonjour,j'ai une question qui me semble simple, mais j'ai énormément de mal à trouver la réponse.alors voilà, j'ai une boucle while qui récupère des d
exploiter une variable inconnue dans un array incrémenté [ par Teddy_le_gnein ]
Hello tous le monde.je reviens à la charge avec mes array incrémentés...Comme la dernière fois je suis persuadé qu'il y a une solution simple mais que
orienter un utilisateur en fonction de son login [ par pronostic ]
Bonjour à tous et merci de votre précieuse aide. Je voudrais qu'un utilisateur soit redirigé en fonction de son login. Voila ma page . J'ai essayé nom
page php et base sql [ par pronostic ]
Bonjour à tous. Petite question peut etre idiote...Est il possible d'appeller un mot dans un fichier au lieu de l'appeller dans la base de donnée ? $u
les ' dérange les liens [ par dclick07 ]
On ma dit de faire comme ceci, nfin bref la solution à ton problème est d'utiliser la fonction urlencode. $username = urlencode($username); Ce qui v
probleme cookie unserialize [ par msatter ]
Bonjour, j'ai un probleme qui ne s'est averer que quand je suis passer de esyphp2.01b à xampp . le probleme est que mon cookie refuse de se "unseriali
faille de securité [ par vrkill2 ]
bonjours a tous mon code de connexion et plein de faille et n'est pas du tous securiser commment resoudre se problem sans tro changer le code merci a
une erreur en PHP(besoin d'aide) [ par uniXbyte ]
Bonsoir, je suis nouveau sur le forum et je suis un étudiant en informatique qui a commencé à étudier le javascript, css et html pourtant je n'ai pas
Info Bulle [ par lenneth666 ]
Peut t'on afficher dans une infobulle l'aperçu d'une page web sans que l'on fasse un screenshot du site web pour chargement de l'image ?
Livres en rapport
|
Derniers Blogs
[WP7] L'éMULATEUR WINDOWS PHONE 7 EST MULTITâCHE[WP7] L'éMULATEUR WINDOWS PHONE 7 EST MULTITâCHE par KooKiz
Une question qui reste en suspend concernant Windows Phone 7 est de savoir si le système permettra à plusieurs applications de s'exécuter simultanément, ou si un système de mise en pause similaire à celui de l'iPhone sera adopté. Même si cela ne perm...
Cliquez pour lire la suite de l'article par KooKiz PRéSENTATION CLUB MOSS CE JOUR "LA NOUVELLE ARCHITECTURE DE SERVICES SHAREPOINT 2010".PRéSENTATION CLUB MOSS CE JOUR "LA NOUVELLE ARCHITECTURE DE SERVICES SHAREPOINT 2010". par Patrick Guimonet
Ca y est la sortie RTM de SharePoint 2010 est annoncée pour le 16 avril 2010 (annonce faite ce jour par Erol Giraudy lors de la réunion du club MOSS). Vous pourrez trouver ici les slides de ma présentation du jour dans le cadre du club MOSS : 201...
Cliquez pour lire la suite de l'article par Patrick Guimonet [WINDOWPHONE7] PREMIERS PAS[WINDOWPHONE7] PREMIERS PAS par Vko
Hop voici les premiers pas avec les outils de développement pour Windows Phone 7. Premier changement suite à l'installation des outils : les type de projets pour la plateforme Windows Phone 7. Les projets se découpent en deux groupes : Les projet...
Cliquez pour lire la suite de l'article par Vko [WP7] LE SDK DE WINDOWS PHONE 7 EST DISPONIBLE ![WP7] LE SDK DE WINDOWS PHONE 7 EST DISPONIBLE ! par KooKiz
Comme le titre l'indique, une première CTP du kit de développement pour Windows Phone 7 est disponible. Basé sur Visual Studio 2010 Express, il propose de développer des applications pour WP7 en Silverlight ou XNA 4. Un émulateur est bien entendu de l...
Cliquez pour lire la suite de l'article par KooKiz SQL SERVER : PHP ET SQL SERVERSQL SERVER : PHP ET SQL SERVER par christian
Juste une petite synthèse sur les possibilités de connecter une application PHP sur un serveur SQL Server. Non pas que je me sois reconverti en développeur PHP, mais je constate qu'actuellement il est très difficile dans un environnement PHP et partic...
Cliquez pour lire la suite de l'article par christian
Forum
RE : GOOGLEMAPRE : GOOGLEMAP par GREGGRAPH
Cliquez pour lire la suite par GREGGRAPH
Logiciels
Xilisoft Convertisseur Vidéo Ultimate (5.1.39.0305)XILISOFT CONVERTISSEUR VIDéO ULTIMATE (5.1.39.0305)Xilisoft Convertisseur Vidéo Ultimate est un outil puissant de conversion vidéo, facile à utilise... Cliquez pour télécharger Xilisoft Convertisseur Vidéo Ultimate Xilisoft DVD Ripper Ultimate (5.0.64.0304)XILISOFT DVD RIPPER ULTIMATE (5.0.64.0304)Xilisoft DVD Ripper Ultimate est un logiciel excellent pour copier et convertir DVD vers presque ... Cliquez pour télécharger Xilisoft DVD Ripper Ultimate Rigs of Rods (63.3)RIGS OF RODS (63.3)c'est un jeu de multi-simulation camions,autobus voitures, avions, bateaux, hélicoptère avec défo... Cliquez pour télécharger Rigs of Rods Konvertor (4.00)KONVERTOR (4.00)Le logiciel est un gestionnaire multimedia affichant, jouant et convertissant plus de 2000 format... Cliquez pour télécharger Konvertor
|