Jump to content

Mohamedwaly

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by Mohamedwaly

  1. Thank you very much ..
  2. hello i want to make a new website which i can sent to my user a SMS messages, but i have 2 questions: 1-to check the mobile number of user i must send a validation code in SMS to user, when i check the SMS vendor they said that they support http API for example :http://api.clickatell.com/http/sendmsg?user=xxxxx&password=xxxxx&api_id=xxxxx&to=448311234567 &text=Meet+me+at+home question how can i send link without allow user to see this address because i will write my username and password and he can take them. 2-for example i will send SMS to my user at 12:00PM daily , my php page will load the numbers from mysql and will send them , Question: how can i active this php page at 12:00pm automatically without entering the page?
  3. can anyone help?
  4. hello it's a beginning question i make a php page in Joomla and make it as Article for example the link of this page is as following http://localhost/11/index.php?option=com_content&char=Z&no=0&view=article&id=14:lorem-ipsum&catid=13:example-category&Itemid=42 i want to make a link to same page and change "&no=0&char=S" without know the address for example i try to make this <a href="<?php echo curPageURL().($no /20)+2; ?>">Next</a> but it didnot work <a href="<?php echo .($no /20)+2; ?>">Next</a> not work i try <a href="<?php printf (curPageURL(),($no /20)+2); ?>">Next</a> the output is http://localhost/11/http://localhost/11/index.php?option=com_content&char=Z&no=0&view=article&id=14:lorem-ipsum&catid=13:example-category&Itemid=42 i just want to change $no and $char in same link of page how can i do thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.