محاسبه تعداد صفحات پیامک
public function isSmscounts($str) { if (strlen(utf8_decode($str)) == 0)//If Text Length == 0 $smsCount = 1;//ِDefault Sms…
public function isSmscounts($str) { if (strlen(utf8_decode($str)) == 0)//If Text Length == 0 $smsCount = 1;//ِDefault Sms…
https://carlofontanos.com/installing-mongodb-in-xampp-windows/ Go to your c:/ drive and create a folder “mongodb“ Download mongoDB from this link: http://www.mongodb.org/downloads (the download button…
cakephp3 You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php ‘Error’ => [ ‘errorLevel’…
To use google reCaptcha with php you can read How to use google recaptcha with PHP . In this tutorial we…
Step 1 So First Add this js to your header or default layout or your preferred location where you call…
$conditions = array( ‘Tweet.text LIKE’ => ‘%aa%’, //implied and array( //implied and ‘or’ => array( array(‘Tweet.text LIKE’ => ‘%11%’), array(‘Tweet.text…
http://mark-story.com/posts/view/using-bindmodel-to-get-to-deep-relations Now we want to find the Division that a particular Item belongs to. In normal SQL we could do Show…
http://blog.designs.codes/multi-language-website-using-cakephp/ Multiple languages in a CakePHP 2.* application in 5 steps https://book.cakephp.org/2.0/en/core-libraries/internationalization-and-localization.html
https://simpleisbetterthancomplex.com/tutorial/2017/02/18/how-to-create-user-sign-up-view.html
<?php $file = ‘/path/to/file.png’; $filename = basename($file); $upload_file = wp_upload_bits($filename, null, file_get_contents($file)); if (!$upload_file[‘error’]) { $wp_filetype = wp_check_filetype($filename, null );…
define( ‘WP_DEBUG’, true ); define( ‘WP_DEBUG_DISPLAY’, false ); define( ‘WP_DEBUG_LOG’, true ); if ( ! function_exists(‘write_log’)) { function write_log (…
https://wpartisan.me/tutorials/wordpress-auto-adds-slashes-post-get-request-cookie https://codex.wordpress.org/Function_Reference/stripslashes_deep $_POST = stripslashes_deep( $_POST );
http://www.theblog.ca/merge-mp3s-php One of the new features of my anti-spam plugin is the ability to create auto-generated mp3 files. The plugin concatenates individual…
ساخت فایل (گرفتن خروجی) APK و AAB در اندروید استودیو https://developer.android.com/studio/publish/app-signing.html
https://docs.python.org/3/library/subprocess.html